Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
| 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():
|