blazingbunny commited on
Commit
ed60501
·
1 Parent(s): 76b9f58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,7 +82,7 @@ def sample_analyze_entities(text_content, your_query=""):
82
 
83
  # User input for text analysis
84
  user_input = st.text_area("Enter text to analyze")
85
- # your_query = st.text_input("Enter your query (optional)")
86
 
87
  if st.button("Analyze"):
88
- sample_analyze_entities(user_input, your_query)
 
82
 
83
  # User input for text analysis
84
  user_input = st.text_area("Enter text to analyze")
85
+ #your_query = st.text_input("Enter your query (optional)")
86
 
87
  if st.button("Analyze"):
88
+ sample_analyze_entities(user_input)