Taocan commited on
Commit
8b63e4b
·
1 Parent(s): 5d6a72c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -87,6 +87,7 @@ conv = Conversation(prompt, 10)
87
  # [chatbot]
88
  # )
89
  # demo.launch()
 
90
  with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as demo:
91
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
92
 
 
87
  # [chatbot]
88
  # )
89
  # demo.launch()
90
+
91
  with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as demo:
92
  chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
93