mgokg commited on
Commit
4b29047
·
verified ·
1 Parent(s): 3af2076

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=600) # Adjust height as needed
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()