parthasonu505 commited on
Commit
b0eb078
·
1 Parent(s): 73579c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(debug=True,inline=True,width="70%") # debug=True
 
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