rishiraj commited on
Commit
6dcf94d
1 Parent(s): f75facf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)