david-oplatka commited on
Commit
497a011
·
verified ·
1 Parent(s): a944901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(message, history):
39
  response = vq.submit_query(message)
40
  yield response
41
 
42
- cfg.title = f'''<center> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true" width:200px; height:40px">
43
  <br>
44
  <h1>{cfg.title}</h1> </center>
45
  '''
 
39
  response = vq.submit_query(message)
40
  yield response
41
 
42
+ cfg.title = f'''<center> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true" width="200px" height="40px">
43
  <br>
44
  <h1>{cfg.title}</h1> </center>
45
  '''