anupom100 commited on
Commit
bdc3def
·
verified ·
1 Parent(s): 7eb9b7e

Update app.py

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