Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
'''
|