Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ Input_type = st.radio(
|
|
255 |
)
|
256 |
|
257 |
if Input_type == 'TEXT':
|
258 |
-
st.write('**You are now in Text input mode**')
|
259 |
mytext = st.text_input('**Go on! Ask me anything:**')
|
260 |
if st.button("SUBMIT"):
|
261 |
question=mytext
|
|
|
255 |
)
|
256 |
|
257 |
if Input_type == 'TEXT':
|
258 |
+
# st.write('**You are now in Text input mode**')
|
259 |
mytext = st.text_input('**Go on! Ask me anything:**')
|
260 |
if st.button("SUBMIT"):
|
261 |
question=mytext
|