Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -999,7 +999,7 @@ def create_gradio_interface():
|
|
999 |
|
1000 |
# Hardware Selection Section
|
1001 |
with gr.Group(elem_classes="glass-card"):
|
1002 |
-
with gr.Accordion("⚙️ Hardware Specifications", open=
|
1003 |
gr.HTML("""
|
1004 |
<div class="section-header" style="text-align: center;">
|
1005 |
<p style="margin: 0; color: #6a443a; font-size: 1.1rem; font-weight: 600; font-family: 'Georgia', serif;">
|
|
|
999 |
|
1000 |
# Hardware Selection Section
|
1001 |
with gr.Group(elem_classes="glass-card"):
|
1002 |
+
with gr.Accordion("⚙️ Hardware Specifications", open=True) as hardware_accordion:
|
1003 |
gr.HTML("""
|
1004 |
<div class="section-header" style="text-align: center;">
|
1005 |
<p style="margin: 0; color: #6a443a; font-size: 1.1rem; font-weight: 600; font-family: 'Georgia', serif;">
|