Dongxu Li commited on
Commit
d696b1c
1 Parent(s): 77b37f7

increase chatbot height.

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -144,7 +144,10 @@ examples = [
144
  ]
145
 
146
  with gr.Blocks(
147
- css=""".message.svelte-w6rprc.svelte-w6rprc.svelte-w6rprc {font-size: 20px; margin-top: 20px}"""
 
 
 
148
  ) as iface:
149
  state = gr.State([])
150
 
 
144
  ]
145
 
146
  with gr.Blocks(
147
+ css="""
148
+ .message.svelte-w6rprc.svelte-w6rprc.svelte-w6rprc {font-size: 20px; margin-top: 20px}
149
+ #component-21 > div.wrap.svelte-w6rprc {height: 600px;}
150
+ """
151
  ) as iface:
152
  state = gr.State([])
153