sonoisa commited on
Commit
c16227d
1 Parent(s): a606adb

Upgrade gradio-lite

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -10,7 +10,7 @@ https://opensource.org/license/mit/
10
  <meta name="viewport" content="width=device-width, initial-scale=1">
11
  <title>Chat with your PDF</title>
12
  <meta name="description" content="Chat with your PDF">
13
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite@4.14.1/dist/lite.css" />
14
  <style>
15
  html, body {
16
  margin: 0;
@@ -1324,6 +1324,6 @@ main()
1324
  }
1325
  })();
1326
  </script>
1327
- <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite@4.26.0/dist/lite.js"></script>
1328
  </body>
1329
  </html>
 
10
  <meta name="viewport" content="width=device-width, initial-scale=1">
11
  <title>Chat with your PDF</title>
12
  <meta name="description" content="Chat with your PDF">
13
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite@4.29.0/dist/lite.css" />
14
  <style>
15
  html, body {
16
  margin: 0;
 
1324
  }
1325
  })();
1326
  </script>
1327
+ <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite@4.29.0/dist/lite.js"></script>
1328
  </body>
1329
  </html>