TheMaisk commited on
Commit
2f05b2d
·
verified ·
1 Parent(s): ba47547

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ mychatbot = gr.Chatbot(
53
 
54
  logo_html = gr.HTML(
55
  value='<div style="text-align: center; margin-bottom: 10px;">'
56
- '<img src="Pfad_zu_Ihrem_Logo.png" alt="Logo" style="max-width: 100px;">'
57
  '</div>'
58
 
59
  demo = gr.ChatInterface(
 
53
 
54
  logo_html = gr.HTML(
55
  value='<div style="text-align: center; margin-bottom: 10px;">'
56
+ '<img src="https://einfachalex.net/wp-content/uploads/2024/02/ealogo.png" alt="Logo" style="max-width: 100px;">'
57
  '</div>'
58
 
59
  demo = gr.ChatInterface(