Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -182,11 +182,6 @@ custom_theme = gr.themes.Soft(
|
|
182 |
with gr.Blocks(theme=custom_theme) as chatbot:
|
183 |
with gr.Row():
|
184 |
mom_type = gr.CheckboxGroup(["Cool Mom", "Tutor Mom", "Strict Mom"],label = "Choose Your Mom")
|
185 |
-
gr.Image(
|
186 |
-
value="ezgif.com-webp-to-gif-converter (1).gif",
|
187 |
-
height=75,
|
188 |
-
width=75)
|
189 |
-
|
190 |
|
191 |
gr.ChatInterface(
|
192 |
fn=respond,
|
|
|
182 |
with gr.Blocks(theme=custom_theme) as chatbot:
|
183 |
with gr.Row():
|
184 |
mom_type = gr.CheckboxGroup(["Cool Mom", "Tutor Mom", "Strict Mom"],label = "Choose Your Mom")
|
|
|
|
|
|
|
|
|
|
|
185 |
|
186 |
gr.ChatInterface(
|
187 |
fn=respond,
|