Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,6 @@ def respond(message, history: list[tuple[str, str]], system_message, max_tokens,
|
|
30 |
|
31 |
# Build the UI using Gradio Blocks
|
32 |
with gr.Blocks() as demo:
|
33 |
-
gr.Image("logo.png", height=80, show_label=False, show_download_button=False)
|
34 |
gr.Markdown("## 🤖 Wiser AI Assistant")
|
35 |
gr.Markdown(
|
36 |
"""
|
|
|
30 |
|
31 |
# Build the UI using Gradio Blocks
|
32 |
with gr.Blocks() as demo:
|
|
|
33 |
gr.Markdown("## 🤖 Wiser AI Assistant")
|
34 |
gr.Markdown(
|
35 |
"""
|