yxmauw commited on
Commit
2c6ae60
1 Parent(s): d98c386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(
42
  gr.Textbox(value=f"{space_hardware()}\n2 vCPU • 16 GB RAM \nFree tier", label="Space Hardware use")
43
 
44
 
45
- with gr.Column(scale=4, elem_id='col'):
46
  chatbot = gr.Chatbot(label="Chatroom", value=[(None, "How may I help you today?")], elem_id="chatbot")
47
 
48
  with gr.Row():
 
42
  gr.Textbox(value=f"{space_hardware()}\n2 vCPU • 16 GB RAM \nFree tier", label="Space Hardware use")
43
 
44
 
45
+ with gr.Column(scale=4, elem_id='col', css="height: 80vh !important;"):
46
  chatbot = gr.Chatbot(label="Chatroom", value=[(None, "How may I help you today?")], elem_id="chatbot")
47
 
48
  with gr.Row():