Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,9 +43,6 @@ cfg.description = f'''<style>
|
|
| 43 |
img {{
|
| 44 |
width: 10%;
|
| 45 |
}}
|
| 46 |
-
table, td {{
|
| 47 |
-
border: none;
|
| 48 |
-
}}
|
| 49 |
</style>
|
| 50 |
<table>
|
| 51 |
<tr>
|
|
@@ -59,6 +56,9 @@ cfg.description = f'''<style>
|
|
| 59 |
|
| 60 |
|
| 61 |
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
# cfg.title = f'''<center> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true" width="200px" height="40px">
|
| 64 |
# <h1>{cfg.title}</h1> </center>
|
|
|
|
| 43 |
img {{
|
| 44 |
width: 10%;
|
| 45 |
}}
|
|
|
|
|
|
|
|
|
|
| 46 |
</style>
|
| 47 |
<table>
|
| 48 |
<tr>
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
|
| 59 |
+
# table, td {{
|
| 60 |
+
# border: none;
|
| 61 |
+
# }}
|
| 62 |
|
| 63 |
# cfg.title = f'''<center> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true" width="200px" height="40px">
|
| 64 |
# <h1>{cfg.title}</h1> </center>
|