Spaces:
Sleeping
Sleeping
File size: 360 Bytes
83ea84e |
1 2 3 4 5 6 7 8 9 10 |
import streamlit as st
st.set_page_config(page_title="Turkish Question-Answering - via AG", page_icon='📖')
st.header("📖Turkish QA Task")
st.write(f"""
Do you want to question-answering analysis for Turkish language? \n
This space analyzes your context-question pair and return your response according to inputs \n
I wait to try your data.
""") |