RithikaChalam commited on
Commit
69024e9
·
verified ·
1 Parent(s): 3c75021

Update app.py

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