david-oplatka commited on
Commit
2bfd6af
·
verified ·
1 Parent(s): 44da4e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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>