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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,9 +39,9 @@ def respond(message, history):
39
  response = vq.submit_query(message)
40
  yield response
41
 
42
- cfg.title = f'''<img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true" style="float:left; width:240px; height:60px">
43
  <br>
44
- <h1 style="text-align: center;">{cfg.title}</h1>
45
  '''
46
 
47
  cfg.description = f'''<center> <h2>{cfg.description}</h2>
 
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
  '''
46
 
47
  cfg.description = f'''<center> <h2>{cfg.description}</h2>