Harishkhawaja commited on
Commit
2be46a3
·
verified ·
1 Parent(s): 44e950f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def handle_input(file, clipboard, query):
79
  return f"❌ Error: {str(e)}"
80
 
81
  # === Gradio UI ===
82
- with gr.Blocks(theme=gr.themes.Soft(), show_error=True) as demo:
83
  gr.Markdown("# 🤖 Lexicon: Your Policy Explainer Bot")
84
 
85
  with gr.Row():
 
79
  return f"❌ Error: {str(e)}"
80
 
81
  # === Gradio UI ===
82
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
83
  gr.Markdown("# 🤖 Lexicon: Your Policy Explainer Bot")
84
 
85
  with gr.Row():