david-oplatka commited on
Commit
946f9bf
·
verified ·
1 Parent(s): d31c2c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,7 +56,7 @@ cfg.description = f'''
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>
60
  </tr>
61
  </table>
62
  '''
@@ -76,7 +76,7 @@ img {
76
  width: 75%;
77
  }
78
  h1 {
79
- font-size: 3em; /* Adjust the size as needed */
80
  }
81
  """
82
 
 
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" style="font-size: 20px;">This demo uses Retrieval Augmented Generation from <a href="https://vectara.com/">Vectara</a> to ask questions about {cfg.source_data_desc}.</td>
60
  </tr>
61
  </table>
62
  '''
 
76
  width: 75%;
77
  }
78
  h1 {
79
+ font-size: 2em; /* Adjust the size as needed */
80
  }
81
  """
82