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. | |
""") |