Commit
·
7d7fcc9
1
Parent(s):
f5c2628
Initial deployment - ArchitectAI MCP
Browse files
app.py
CHANGED
|
@@ -525,11 +525,11 @@ with gr.Tab("📂 Project Architecture Map", id=1):
|
|
| 525 |
lines=10
|
| 526 |
)
|
| 527 |
|
| 528 |
-
|
| 529 |
-
|
| 530 |
-
|
| 531 |
-
|
| 532 |
-
|
| 533 |
# === TAB 3: AI PROPOSAL ===
|
| 534 |
with gr.Tab("✨ AI Refactoring Proposal", id=2):
|
| 535 |
gr.Markdown("""
|
|
|
|
| 525 |
lines=10
|
| 526 |
)
|
| 527 |
|
| 528 |
+
scan_btn.click(
|
| 529 |
+
fn=process_zip_upload,
|
| 530 |
+
inputs=project_zip,
|
| 531 |
+
outputs=[text_output_2, img_output_2, status_banner_2]
|
| 532 |
+
)
|
| 533 |
# === TAB 3: AI PROPOSAL ===
|
| 534 |
with gr.Tab("✨ AI Refactoring Proposal", id=2):
|
| 535 |
gr.Markdown("""
|