Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -281,7 +281,7 @@ def build_ui():
|
|
| 281 |
with gr.Row(elem_classes="layout"):
|
| 282 |
# Left column (inputs)
|
| 283 |
with gr.Column(elem_classes="left"):
|
| 284 |
-
with gr.
|
| 285 |
gr.Markdown("**Data Prompts**")
|
| 286 |
prompts = gr.Textbox(lines=6, placeholder="SEC insider transactions october 2025\n13F filings Q3 2025\ncompany: ACME corp insider buys", label=None)
|
| 287 |
with gr.Row():
|
|
@@ -292,7 +292,7 @@ def build_ui():
|
|
| 292 |
|
| 293 |
# Right column (analysis + chat)
|
| 294 |
with gr.Column():
|
| 295 |
-
with gr.
|
| 296 |
gr.Markdown("### Generated Analysis")
|
| 297 |
analysis_html = gr.HTML("<div class='analysis muted'>No analysis yet. Enter prompts and click Analyze.</div>")
|
| 298 |
gr.Markdown("### Chat (ask follow-ups)")
|
|
|
|
| 281 |
with gr.Row(elem_classes="layout"):
|
| 282 |
# Left column (inputs)
|
| 283 |
with gr.Column(elem_classes="left"):
|
| 284 |
+
with gr.Column(elem_classes="panel"):
|
| 285 |
gr.Markdown("**Data Prompts**")
|
| 286 |
prompts = gr.Textbox(lines=6, placeholder="SEC insider transactions october 2025\n13F filings Q3 2025\ncompany: ACME corp insider buys", label=None)
|
| 287 |
with gr.Row():
|
|
|
|
| 292 |
|
| 293 |
# Right column (analysis + chat)
|
| 294 |
with gr.Column():
|
| 295 |
+
with gr.Column(elem_classes="panel"):
|
| 296 |
gr.Markdown("### Generated Analysis")
|
| 297 |
analysis_html = gr.HTML("<div class='analysis muted'>No analysis yet. Enter prompts and click Analyze.</div>")
|
| 298 |
gr.Markdown("### Chat (ask follow-ups)")
|