Update app.py
Browse files
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","
|
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))
|