Jyothikamalesh commited on
Commit
8197232
·
verified ·
1 Parent(s): 0cce7a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def launch_app():
79
  label="Top-P",
80
  ),
81
  ],
82
- "queue",
83
  title="Chatbot",
84
  description="A chatbot that responds to user input",
85
  )
 
79
  label="Top-P",
80
  ),
81
  ],
82
+ gr.Text(label="Response"),
83
  title="Chatbot",
84
  description="A chatbot that responds to user input",
85
  )