Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|