File size: 348 Bytes
634bdb5 |
1 2 3 4 5 6 7 8 9 10 |
import streamlit as st
st.set_page_config(page_title="Turkish Summarization - via AG", page_icon='📖')
st.header("📖Turkish Summarization Task")
st.write(f"""
Do you want to summarization analysis for Turkish language? \n
This space analyzes your context and return your response according to article \n
I wait to try your data.
""") |