Wanswan commited on
Commit
756372e
·
verified ·
1 Parent(s): 8687cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(css=".footer, .prose a {display: none !important}") as demo:
56
  with gr.Tab(label=category):
57
  for item in items:
58
  with gr.Row():
59
- gr.Image(value="user_avatar.png", width=100, height=100)
60
  gr.Markdown(f"**{item['id']} – {item['name']}** \n{item['desc']} \n💰 €{item['price']:.2f}")
61
 
62
  submit_btn = gr.Button("✅ I have made my selection")
 
56
  with gr.Tab(label=category):
57
  for item in items:
58
  with gr.Row():
59
+ gr.Image(value="user_avatar.jpg", width=100, height=100)
60
  gr.Markdown(f"**{item['id']} – {item['name']}** \n{item['desc']} \n💰 €{item['price']:.2f}")
61
 
62
  submit_btn = gr.Button("✅ I have made my selection")