Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ async def bot(history):
|
|
| 76 |
yield history
|
| 77 |
|
| 78 |
with gr.Blocks() as demo:
|
| 79 |
-
gr.Image("llama_pic.
|
| 80 |
gr.Markdown("# SafeChat 🛡️")
|
| 81 |
gr.Markdown(
|
| 82 |
"This chat interface uses Llama Guard 3 to moderate messages and ensure safe interactions. It is an adaptation of a code by Martin Bowling"
|
|
|
|
| 76 |
yield history
|
| 77 |
|
| 78 |
with gr.Blocks() as demo:
|
| 79 |
+
gr.Image("llama_pic.png", label="Logo", height=200)
|
| 80 |
gr.Markdown("# SafeChat 🛡️")
|
| 81 |
gr.Markdown(
|
| 82 |
"This chat interface uses Llama Guard 3 to moderate messages and ensure safe interactions. It is an adaptation of a code by Martin Bowling"
|