Spaces:
Sleeping
Sleeping
Small UI change
Browse files- app.py +1 -1
- 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=
|
| 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="
|
| 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 |
|