Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,16 +159,17 @@ Every interaction makes it smarter. You're shaping it.
|
|
159 |
|
160 |
# === Render inside Accordions ===
|
161 |
with gr.Accordion("𧬠EvoTransformer Architecture", open=False):
|
162 |
-
|
163 |
|
164 |
with gr.Accordion("π Evolution Accuracy Plot", open=False):
|
165 |
-
|
166 |
|
167 |
with gr.Accordion("π User Feedback Summary", open=False):
|
168 |
-
|
169 |
|
170 |
with gr.Accordion("π Retrain Status", open=False):
|
171 |
-
|
|
|
172 |
|
173 |
if __name__ == "__main__":
|
174 |
demo.launch(share=True)
|
|
|
159 |
|
160 |
# === Render inside Accordions ===
|
161 |
with gr.Accordion("𧬠EvoTransformer Architecture", open=False):
|
162 |
+
arch_box
|
163 |
|
164 |
with gr.Accordion("π Evolution Accuracy Plot", open=False):
|
165 |
+
evo_plot
|
166 |
|
167 |
with gr.Accordion("π User Feedback Summary", open=False):
|
168 |
+
dashboard_img
|
169 |
|
170 |
with gr.Accordion("π Retrain Status", open=False):
|
171 |
+
retrain_status
|
172 |
+
|
173 |
|
174 |
if __name__ == "__main__":
|
175 |
demo.launch(share=True)
|