abidlabs HF staff commited on
Commit
2ffae77
1 Parent(s): 1931687

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -0
index.html CHANGED
@@ -1,6 +1,14 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
 
 
 
 
 
 
 
 
4
  <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.js"></script>
5
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.css" />
6
  </head>
 
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap" >
5
+ <style>
6
+ body {
7
+ font-family: 'Roboto', sans-serif;
8
+ font-size: 16px;
9
+ }
10
+ </style>
11
+
12
  <script type="module" crossorigin src="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.js"></script>
13
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@gradio/lite@0.4.1/dist/lite.css" />
14
  </head>