Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
43 |
<br>
|
44 |
-
<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>
|