RSHVR commited on
Commit
340465f
·
verified ·
1 Parent(s): d49b031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -351,9 +351,10 @@ def get_product_data_from_url(url):
351
 
352
  def create_interface():
353
  """Create and configure the Gradio interface"""
354
- with gr.Blocks(title="IKEA Product Image + Measurement Extractor") as demo:
355
- gr.Markdown("## IKEA Product Image + Measurement Extractor")
356
  gr.Markdown("Enter an IKEA product URL to extract images, measurements, and materials information.")
 
357
 
358
  with gr.Row():
359
  with gr.Column(scale=1):
 
351
 
352
  def create_interface():
353
  """Create and configure the Gradio interface"""
354
+ with gr.Blocks(title="IKEA Product Image and Measurement Extractor") as demo:
355
+ gr.Markdown("## IKEA Product Image and Measurement Extractor")
356
  gr.Markdown("Enter an IKEA product URL to extract images, measurements, and materials information.")
357
+ gr.Markdown("note: materials information is coming in a future version.")
358
 
359
  with gr.Row():
360
  with gr.Column(scale=1):