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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -40,7 +40,6 @@ def respond(message, history):
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
  '''
46
 
 
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
  <h1>{cfg.title}</h1> </center>
44
  '''
45