Update app.py
Browse files
app.py
CHANGED
|
@@ -571,7 +571,6 @@ def create_advanced_interface():
|
|
| 571 |
with gr.Accordion("🔍 Detailed Style Analysis", open=False):
|
| 572 |
style_details = gr.JSON(
|
| 573 |
label="Complete Style Information",
|
| 574 |
-
interactive=False
|
| 575 |
)
|
| 576 |
|
| 577 |
# Processing function
|
|
|
|
| 571 |
with gr.Accordion("🔍 Detailed Style Analysis", open=False):
|
| 572 |
style_details = gr.JSON(
|
| 573 |
label="Complete Style Information",
|
|
|
|
| 574 |
)
|
| 575 |
|
| 576 |
# Processing function
|