Sean-Case commited on
Commit
0b0054b
1 Parent(s): 302ada4

Reduced chat box size further

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with block:
117
  with gr.Tab("Chatbot"):
118
 
119
  with gr.Row():
120
- chat_height = 750
121
  chatbot = gr.Chatbot(height=chat_height)
122
  sources = gr.HTML(value = "Source paragraphs where I looked for answers will appear here", height=chat_height)
123
 
 
117
  with gr.Tab("Chatbot"):
118
 
119
  with gr.Row():
120
+ chat_height = 600
121
  chatbot = gr.Chatbot(height=chat_height)
122
  sources = gr.HTML(value = "Source paragraphs where I looked for answers will appear here", height=chat_height)
123