tarekfer8 commited on
Commit
cfe5fc9
·
verified ·
1 Parent(s): 8eb5bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ custom_css = """
74
  logo_path = "djezzy-logo-A1B6F6E26F-seeklogo.com.png"
75
  demo = gr.ChatInterface(
76
  respond,
77
- title=f"<img src='{logo_path}' alt='Djezzy Logo'> Djezzy Chatbot",
78
  css=custom_css,
79
  textbox=gr.Textbox(placeholder="What would you like to know about Dezzy?", container=False, scale=7),
80
  additional_inputs=[
 
74
  logo_path = "djezzy-logo-A1B6F6E26F-seeklogo.com.png"
75
  demo = gr.ChatInterface(
76
  respond,
77
+ title="Djezzy Bot",
78
  css=custom_css,
79
  textbox=gr.Textbox(placeholder="What would you like to know about Dezzy?", container=False, scale=7),
80
  additional_inputs=[