mgokg commited on
Commit
8828119
·
verified ·
1 Parent(s): b7a288a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -57,7 +57,6 @@ if __name__ == '__main__':
57
  fn=chat,
58
  title="Hyperbolic Chatbot",
59
  description="A chatbot powered by the Hyperbolic API.",
60
- examples=["Tell me a joke.", "What is the capital of France?", "Summarize the plot of Hamlet."],
61
  chatbot=gr.Chatbot(height=600) # Adjust height as needed
62
  )
63
  demo.launch()
 
57
  fn=chat,
58
  title="Hyperbolic Chatbot",
59
  description="A chatbot powered by the Hyperbolic API.",
 
60
  chatbot=gr.Chatbot(height=600) # Adjust height as needed
61
  )
62
  demo.launch()