Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,6 @@ if __name__ == '__main__':
|
|
61 |
fn=chat,
|
62 |
title="Hyperbolic Chatbot",
|
63 |
description="A chatbot powered by the Hyperbolic API.",
|
64 |
-
chatbot=gr.Chatbot(height=
|
65 |
)
|
66 |
demo.launch()
|
|
|
61 |
fn=chat,
|
62 |
title="Hyperbolic Chatbot",
|
63 |
description="A chatbot powered by the Hyperbolic API.",
|
64 |
+
chatbot=gr.Chatbot(height=400) # Adjust height as needed
|
65 |
)
|
66 |
demo.launch()
|