raviix46 commited on
Commit
e14021a
·
verified ·
1 Parent(s): 1a7014e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- report_analyzer_tab()
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()