andy-wyx commited on
Commit
e0b8d16
·
1 Parent(s): 745a679

update mainpage fontsize

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if not os.path.exists('dataset'):
38
  snapshot_download(repo_id=REPO_ID, token=token,repo_type='dataset',local_dir='dataset')
39
 
40
  HEADER = '''
41
- <h2><b>Official Gradio Demo</b></h2><h2><a href='https://huggingface.co/spaces/Serrelab/fossil_app' target='_blank'><b>Identifying Florissant Leaf Fossils to Family using Deep Neural Networks </b></a></h2>
42
  Code: <a href='https://github.com/orgs/serre-lab/projects/2' target='_blank'>GitHub</a>. Paper: <a href='' target='_blank'>ArXiv</a>.
43
 
44
 
 
38
  snapshot_download(repo_id=REPO_ID, token=token,repo_type='dataset',local_dir='dataset')
39
 
40
  HEADER = '''
41
+ <h1><b>Official Gradio Demo</b></h2><h2><a href='https://huggingface.co/spaces/Serrelab/fossil_app' target='_blank'><b>Identifying Florissant Leaf Fossils to Family using Deep Neural Networks </b></a></h1>
42
  Code: <a href='https://github.com/orgs/serre-lab/projects/2' target='_blank'>GitHub</a>. Paper: <a href='' target='_blank'>ArXiv</a>.
43
 
44