Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,8 +32,8 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 32 |
with gr.Tab("📘 FAQ Support"):
|
| 33 |
faq_assistant_tab()
|
| 34 |
|
| 35 |
-
with gr.Tab("🧾 Report Analyzer"):
|
| 36 |
-
|
| 37 |
|
| 38 |
with gr.Tab("📸 OCR (LLM)"):
|
| 39 |
image_ocr_llm_tab()
|
|
|
|
| 32 |
with gr.Tab("📘 FAQ Support"):
|
| 33 |
faq_assistant_tab()
|
| 34 |
|
| 35 |
+
# with gr.Tab("🧾 Report Analyzer"):
|
| 36 |
+
# report_analyzer_tab()
|
| 37 |
|
| 38 |
with gr.Tab("📸 OCR (LLM)"):
|
| 39 |
image_ocr_llm_tab()
|