srinuksv commited on
Commit
90f8a56
1 Parent(s): a0505ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def predict(message, history):
105
  demo = gr.Interface(
106
  fn=predict,
107
  inputs=gr.Textbox(label="User Input", placeholder="Type your message here..."),
108
- outputs=gr.Textbox(label="Bot Response", placeholder="Bot's response will appear here...", readonly=True),
109
  title="RedFernsTech Chatbot",
110
  theme="compact",
111
  live=True # Enables real-time updates
 
105
  demo = gr.Interface(
106
  fn=predict,
107
  inputs=gr.Textbox(label="User Input", placeholder="Type your message here..."),
108
+ outputs=gr.Textbox(label="Bot Response", placeholder="Bot's response will appear here..."),
109
  title="RedFernsTech Chatbot",
110
  theme="compact",
111
  live=True # Enables real-time updates