RSHVR commited on
Commit
038bf22
·
verified ·
1 Parent(s): b115a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ def get_product_data_from_url(url):
351
 
352
  def create_interface():
353
  """Create and configure the Gradio interface"""
354
- with gr.Blocks(title="Artificer", css_paths=styles.css) as demo:
355
 
356
  # Custom HTML header with proper class for styling
357
  gr.HTML(
 
351
 
352
  def create_interface():
353
  """Create and configure the Gradio interface"""
354
+ with gr.Blocks(title="Artificer", css_paths="styles.css") as demo:
355
 
356
  # Custom HTML header with proper class for styling
357
  gr.HTML(