Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,11 +32,6 @@ with gr.Blocks(title=BOT_NAME) as demo:
|
|
| 32 |
gr.Markdown(f"## {BOT_NAME}")
|
| 33 |
gr.Markdown(BOT_WELCOME)
|
| 34 |
|
| 35 |
-
lang = gr.Dropdown(
|
| 36 |
-
choices=["English", "Sinhala", "Tamil"],
|
| 37 |
-
value="English",
|
| 38 |
-
label="Response language"
|
| 39 |
-
)
|
| 40 |
|
| 41 |
# ✅ Minimal ChatInterface for maximum compatibility
|
| 42 |
gr.ChatInterface(
|
|
|
|
| 32 |
gr.Markdown(f"## {BOT_NAME}")
|
| 33 |
gr.Markdown(BOT_WELCOME)
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
# ✅ Minimal ChatInterface for maximum compatibility
|
| 37 |
gr.ChatInterface(
|