Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,6 @@ gr.ChatInterface(
|
|
45 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
|
46 |
additional_inputs=additional_inputs,
|
47 |
title="Predict the Prompt - GDG Cloud Kolkata - GCCD 2024",
|
48 |
-
theme=gr.themes.Soft()
|
49 |
concurrency_limit=20,
|
50 |
).launch(show_api=False)
|
|
|
45 |
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="bubble"),
|
46 |
additional_inputs=additional_inputs,
|
47 |
title="Predict the Prompt - GDG Cloud Kolkata - GCCD 2024",
|
48 |
+
theme=gr.themes.Soft(),
|
49 |
concurrency_limit=20,
|
50 |
).launch(show_api=False)
|