Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|