osanseviero HF staff commited on
Commit
08ba3e2
1 Parent(s): 368fbc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ Human Input: {{human_input}}
106
  with gr.Blocks() as demo:
107
  gr.HTML("""
108
  <div style='text-align: center; width:100%; margin: auto;'>
109
- <img src='./logo.png' alt='anychat' width='250px' />
110
  <h3>Non-Human entities have many things to say, listen to them!</h3>
111
  </div>
112
  """)
 
106
  with gr.Blocks() as demo:
107
  gr.HTML("""
108
  <div style='text-align: center; width:100%; margin: auto;'>
109
+ <img src='logo.png' alt='anychat' width='250px' />
110
  <h3>Non-Human entities have many things to say, listen to them!</h3>
111
  </div>
112
  """)