Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
4cbe4ad
1
Parent(s):
64e1a6c
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ Human Input: {{human_input}}
|
|
108 |
with gr.Blocks() as demo:
|
109 |
gr.HTML("""
|
110 |
<div style='text-align: center; width:100%; margin: auto;'>
|
111 |
-
<img src='logo.png' alt='anychat' width='250px' />
|
112 |
<h3>Non-Human entities have many things to say, listen to them!</h3>
|
113 |
</div>
|
114 |
""")
|
|
|
108 |
with gr.Blocks() as demo:
|
109 |
gr.HTML("""
|
110 |
<div style='text-align: center; width:100%; margin: auto;'>
|
111 |
+
<img src='https://huggingface.co/spaces/team7/talk_with_wind/blob/main/logo.png' alt='anychat' width='250px' />
|
112 |
<h3>Non-Human entities have many things to say, listen to them!</h3>
|
113 |
</div>
|
114 |
""")
|