aks1981 commited on
Commit
75d0a25
·
verified ·
1 Parent(s): a2ddbcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with st.sidebar:
132
 
133
  st.title("The School of AI 💬")
134
 
135
- question = st.text_input("Please enter Hindi text: ")
136
 
137
  if question:
138
  response = "Your text is " + question
 
132
 
133
  st.title("The School of AI 💬")
134
 
135
+ question = st.text_input("Please enter text and press Enter key: ")
136
 
137
  if question:
138
  response = "Your text is " + question