vjdevane commited on
Commit
fd359dd
·
verified ·
1 Parent(s): 475febe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def main():
153
 
154
  st.info("Prediction with Various Models")
155
 
156
- bt_text = st.text_area("Question to Predict","Typer Here")
157
 
158
  if st.button("Classify"):
159
  st.text("Original Text ::\n{}".format(bt_text))
 
153
 
154
  st.info("Prediction with Various Models")
155
 
156
+ bt_text = st.text_area("Question to Predict","Type Here")
157
 
158
  if st.button("Classify"):
159
  st.text("Original Text ::\n{}".format(bt_text))