Update app.py
Browse files
app.py
CHANGED
|
@@ -329,4 +329,4 @@ body {
|
|
| 329 |
send_btn.click(respond, [user_input, state, step, language, questions, followup_mode],
|
| 330 |
[chatbot, user_input, step, language, questions, followup_mode])
|
| 331 |
|
| 332 |
-
demo.queue().launch()
|
|
|
|
| 329 |
send_btn.click(respond, [user_input, state, step, language, questions, followup_mode],
|
| 330 |
[chatbot, user_input, step, language, questions, followup_mode])
|
| 331 |
|
| 332 |
+
demo.queue().launch(full_screen=True)
|