Jabrain commited on
Commit
8d533bc
·
1 Parent(s): 3822af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- user_input = st.chat_input("Type a text")
 
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":