kramp HF staff commited on
Commit
7c71448
1 Parent(s): 326862d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -114,10 +114,5 @@ demo = gr.Interface(
114
  ],
115
  gr.Textbox(),
116
  title="AnyChat",
117
- description="""
118
- <div style='text-align: center; width:100%; margin: auto;'>
119
- <img src='./logo.png' alt='anychat' width='250px' />
120
- <h3>Non-Human entities have many things to say, listen to them!</h3>
121
- </div>
122
- """,
123
  ).launch(debug=True)
 
114
  ],
115
  gr.Textbox(),
116
  title="AnyChat",
117
+ description="Non-Human entities have many things to say, listen to them!",
 
 
 
 
 
118
  ).launch(debug=True)