ogegadavis254 commited on
Commit
4d0c1d8
1 Parent(s): 5af77f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ chat_interface = gr.Interface(
86
  title="Raxder Official AI",
87
  description="Welcome to Dave, your friendly AI Therapist! Ask me anything or just have a chat. 😊",
88
  inputs=[gr.Textbox(label="You", lines=5, placeholder="Type your message here...")],
89
- outputs=[gr.Textbox(label="Dave", lines=5, placeholder="Dave's response will appear here...", disabled=True)],
90
  theme="huggingface",
91
  layout="vertical",
92
  allow_flagging=False,
 
86
  title="Raxder Official AI",
87
  description="Welcome to Dave, your friendly AI Therapist! Ask me anything or just have a chat. 😊",
88
  inputs=[gr.Textbox(label="You", lines=5, placeholder="Type your message here...")],
89
+ outputs=[gr.Textbox(label="Dave", lines=5, placeholder="Dave's response will appear here...", readonly=True)],
90
  theme="huggingface",
91
  layout="vertical",
92
  allow_flagging=False,