File size: 426 Bytes
ff11818
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import streamlit as st

st.set_page_config(page_title="Turkish Review Analysis - via AG", page_icon='📖')
st.header("📖Positive-Negative Review Analysis")


st.write(f"""
Do you want to review analysis for Turkish language? \n
This space analyzes your movie or hotel reviews as positive-negative. \n
You also upload your own file and obtain file analysis results, then download it. \n
I wait to try your data.
""")