Spaces:
Running
Running
fredcaixeta commited on
Commit ·
937875a
1
Parent(s): 955b224
app.py
CHANGED
|
@@ -132,29 +132,29 @@ if __name__ == "__main__":
|
|
| 132 |
)
|
| 133 |
|
| 134 |
# ABA 2: DATA VISUALIZATION
|
| 135 |
-
with gr.Tab("Generated Chart", id=1):
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
|
| 159 |
with gr.Tab("CSV Source Data", id=2):
|
| 160 |
gr.Markdown("### Data consulted by the Agent\nStatic view (100 lines) from preloaded dataset.", elem_classes=["section-title"])
|
|
|
|
| 132 |
)
|
| 133 |
|
| 134 |
# ABA 2: DATA VISUALIZATION
|
| 135 |
+
# with gr.Tab("Generated Chart", id=1):
|
| 136 |
+
# gr.Markdown(
|
| 137 |
+
# """
|
| 138 |
+
# ### Interactive Visualizations
|
| 139 |
|
| 140 |
+
# Charts and graphs generated by the AI assistant will appear here.
|
| 141 |
+
# Request visualizations in the Analysis tab to see them rendered.
|
| 142 |
+
# """
|
| 143 |
+
# )
|
| 144 |
|
| 145 |
+
# chart_display = gr.Image(
|
| 146 |
+
# value=PLACEHOLDER_IMAGE,
|
| 147 |
+
# label="",
|
| 148 |
+
# type="pil",
|
| 149 |
+
# height=360,
|
| 150 |
+
# show_label=False,
|
| 151 |
+
# show_download_button=True,
|
| 152 |
+
# show_share_button=False
|
| 153 |
+
# )
|
| 154 |
|
| 155 |
+
# with gr.Row():
|
| 156 |
+
# refresh_btn = gr.Button("🔄 Refresh Visualization", variant="secondary", size="lg")
|
| 157 |
+
# gr.Markdown("_Last updated: Live_", elem_classes="status-badge")
|
| 158 |
|
| 159 |
with gr.Tab("CSV Source Data", id=2):
|
| 160 |
gr.Markdown("### Data consulted by the Agent\nStatic view (100 lines) from preloaded dataset.", elem_classes=["section-title"])
|