pavan2606 commited on
Commit
aec220b
1 Parent(s): 8daaae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ home_page=gr.Interface(fn = greet,
180
  inputs = gr.Textbox(label="Hey there! Ready to spice up your title game? Drop your name, and let's turn it into a giggling sensation!"
181
  ),
182
  outputs = None,
183
- description = HP_descriptiondescription,
184
  theme='gradio/monochrome',
185
  title=HP_title,
186
  allow_flagging='never')
 
180
  inputs = gr.Textbox(label="Hey there! Ready to spice up your title game? Drop your name, and let's turn it into a giggling sensation!"
181
  ),
182
  outputs = None,
183
+ description = HP_description,
184
  theme='gradio/monochrome',
185
  title=HP_title,
186
  allow_flagging='never')