kubrabuzlu commited on
Commit
82bb51b
·
verified ·
1 Parent(s): c66dfa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,10 +9,10 @@ API_ENDPOINT = "https://kubrabuzlu-sentimentandintentionanalysis.hf.space/analyz
9
  class Text(BaseModel):
10
  text: str
11
 
12
- # Streamlit uygulamasını oluştur
13
  st.title("Text Analysis App")
14
 
15
- # Kullanıcıdan metin girişini al
16
  input_text = st.text_area("Enter your text here:")
17
 
18
  if st.button("Analyze"):
 
9
  class Text(BaseModel):
10
  text: str
11
 
12
+ # Create Streamlit app
13
  st.title("Text Analysis App")
14
 
15
+ # Get text from user
16
  input_text = st.text_area("Enter your text here:")
17
 
18
  if st.button("Analyze"):