raviix46 commited on
Commit
57271a8
·
verified ·
1 Parent(s): 310d9da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -32,10 +32,7 @@ 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()
40
 
41
  gr.Markdown("Made by Ravi⚡️", elem_classes="centered-text")
 
32
  with gr.Tab("📘 FAQ Support"):
33
  faq_assistant_tab()
34
 
35
+ with gr.Tab("🧾 Report Analyzer"):
 
 
 
36
  image_ocr_llm_tab()
37
 
38
  gr.Markdown("Made by Ravi⚡️", elem_classes="centered-text")