Update app.py
Browse files
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 =
|
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')
|