david-oplatka commited on
Commit
fd284aa
·
verified ·
1 Parent(s): 8e4ebfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -52,8 +52,8 @@ def respond(message, history):
52
  cfg.description = f'''
53
  <table>
54
  <tr>
55
- <td style="width: 75%; text-align: left; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
56
- <td style="width: 25%; text-align: right; vertical-align: middle;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
57
  </tr>
58
  <tr>
59
  <td colspan="2">This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</td>
@@ -73,7 +73,7 @@ td {
73
  border: none;
74
  }
75
  img {
76
- width: 25%;
77
  }
78
  h1 {
79
  font-size: 3em; /* Adjust the size as needed */
 
52
  cfg.description = f'''
53
  <table>
54
  <tr>
55
+ <td style="width: 80%; text-align: left; vertical-align: middle;"> <h1>{cfg.title}</h1> </td>
56
+ <td style="width: 20%; text-align: right; vertical-align: middle;"> <img src="https://github.com/david-oplatka/chatbot-streamlit/blob/main/Vectara-logo.png?raw=true"> </td>
57
  </tr>
58
  <tr>
59
  <td colspan="2">This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</td>
 
73
  border: none;
74
  }
75
  img {
76
+ width: 50%;
77
  }
78
  h1 {
79
  font-size: 3em; /* Adjust the size as needed */