Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -184,8 +184,8 @@ with gr.Blocks(theme=custom_theme) as chatbot:
|
|
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=
|
188 |
-
width=
|
189 |
|
190 |
|
191 |
gr.ChatInterface(
|
|
|
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(
|