Spaces:
Runtime error
Runtime error
parthasonu505
commited on
Commit
·
b0eb078
1
Parent(s):
73579c8
Update app.py
Browse files
app.py
CHANGED
@@ -68,4 +68,4 @@ with gr.Blocks() as demo:
|
|
68 |
responsegen_convlogs.append({"role":"assistant","content":bot_message})
|
69 |
return "", chat_history
|
70 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
71 |
-
demo.launch(
|
|
|
68 |
responsegen_convlogs.append({"role":"assistant","content":bot_message})
|
69 |
return "", chat_history
|
70 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
71 |
+
demo.launch(inline=False,width="70%") # debug=True
|