Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,7 @@ gr.Interface(
|
|
85 |
inputs=input_textbox,
|
86 |
outputs=output_textbox,
|
87 |
title="Party Organizer Helper",
|
88 |
-
description="Helps you answer with different asks during Party",
|
89 |
-
theme="peach",
|
90 |
examples=[["Whats weather now in Bangalore?"], ["The weather in Bangalore is Rainy with a temperature of 15°C."]],
|
91 |
live=True
|
92 |
-
).launch(share=False)
|
|
|
85 |
inputs=input_textbox,
|
86 |
outputs=output_textbox,
|
87 |
title="Party Organizer Helper",
|
88 |
+
description="Helps you answer with different asks during Party",
|
|
|
89 |
examples=[["Whats weather now in Bangalore?"], ["The weather in Bangalore is Rainy with a temperature of 15°C."]],
|
90 |
live=True
|
91 |
+
).launch(share=False)
|