jeremierostan commited on
Commit
d8c439c
·
verified ·
1 Parent(s): 54aa2ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpeg", 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"
 
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"