Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,8 @@ io_container = st.container()
|
|
| 163 |
|
| 164 |
# Create a chat input widget for text input
|
| 165 |
if input_format == "Text":
|
| 166 |
-
|
|
|
|
| 167 |
|
| 168 |
# Create a file uploader widget for audio input
|
| 169 |
elif input_format == "Audio":
|
|
|
|
| 163 |
|
| 164 |
# Create a chat input widget for text input
|
| 165 |
if input_format == "Text":
|
| 166 |
+
user_input = st.text_input("Type a text")
|
| 167 |
+
|
| 168 |
|
| 169 |
# Create a file uploader widget for audio input
|
| 170 |
elif input_format == "Audio":
|