Taocan commited on
Commit
2cc1d0a
·
1 Parent(s): 05b7a3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -106,8 +106,10 @@ conv = Conversation(prompt, 10)
106
  # )
107
  # demo.launch()
108
 
109
- with gr.Blocks(css="#chatbot{height:800px} .overflow-y-auto{height:500px}") as demo:
110
- chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
 
 
111
 
112
  with gr.Row():
113
  with gr.Column(scale=0.85):
 
106
  # )
107
  # demo.launch()
108
 
109
+ # with gr.Blocks(css="#chatbot{height:800px} .overflow-y-auto{height:500px}") as demo:
110
+ # chatbot = gr.Chatbot([], elem_id="chatbot").style(height=750)
111
+ with gr.Blocks(css="#chatty{height:800px} .overflow-y-auto{height:500px}") as demo:
112
+ chatbot = gr.Chatbot([], name="Chatty", elem_id="chatbot").style(height=800, width=800)
113
 
114
  with gr.Row():
115
  with gr.Column(scale=0.85):