david-oplatka commited on
Commit
efcc756
·
verified ·
1 Parent(s): fa46583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -52,11 +52,11 @@ def respond(message, history):
52
  cfg.description = f'''
53
  <table>
54
  <tr>
55
- <td style="width: 34%; vertical-align: middle; text-align: left;"> <h1>{cfg.title}</h1> </td>
56
- <td style="width: 33%; vertical-align: top; text-align: right;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
57
  </tr>
58
  </table>
59
- This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a><br>to ask questions about {cfg.source_data_desc}.
60
  '''
61
 
62
  css = """
@@ -67,6 +67,7 @@ table {
67
  border-collapse: separate;
68
  }
69
  td {
 
70
  border: none;
71
  }
72
  img {
 
52
  cfg.description = f'''
53
  <table>
54
  <tr>
55
+ <td style="width: 34%; text-align: left;"> <h1>{cfg.title}</h1> </td>
56
+ <td style="width: 33%; text-align: right;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
57
  </tr>
58
  </table>
59
+ This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.
60
  '''
61
 
62
  css = """
 
67
  border-collapse: separate;
68
  }
69
  td {
70
+ vertical-align: top;
71
  border: none;
72
  }
73
  img {