GFiaMon commited on
Commit
adee865
·
1 Parent(s): 5360de3

Small UI change

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. src/ui/gradio_app.py +1 -1
app.py CHANGED
@@ -62,5 +62,5 @@ if __name__ == "__main__":
62
  demo.launch(
63
  server_name="0.0.0.0",
64
  server_port=7860,
65
- share=False
66
  )
 
62
  demo.launch(
63
  server_name="0.0.0.0",
64
  server_port=7860,
65
+ share=True
66
  )
src/ui/gradio_app.py CHANGED
@@ -375,7 +375,7 @@ The agent will acknowledge your upload and help you analyze the meeting.
375
 
376
  # Custom Chatbot with responsive height
377
  custom_chatbot = gr.Chatbot(
378
- height="650",
379
  show_label=False
380
  )
381
 
 
375
 
376
  # Custom Chatbot with responsive height
377
  custom_chatbot = gr.Chatbot(
378
+ height="70vh",
379
  show_label=False
380
  )
381