anilguven's picture
Rename Movie_app.py to app.py
ff11818 verified
raw
history blame contribute delete
426 Bytes
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.
""")