andy-wyx commited on
Commit
89f811d
·
1 Parent(s): b849854

update mainpage fontsize

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -38,7 +38,10 @@ 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
- <h1><b>Official Gradio Demo</b></h1><h1><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
 
 
38
  snapshot_download(repo_id=REPO_ID, token=token,repo_type='dataset',local_dir='dataset')
39
 
40
  HEADER = '''
41
+ <div style='display: flex; align-items: baseline;'>
42
+ <h1 style='margin-right: 10px;'><b>Official Gradio Demo:</b></h1>
43
+ <h1><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>
44
+ </div>
45
  Code: <a href='https://github.com/orgs/serre-lab/projects/2' target='_blank'>GitHub</a>. Paper: <a href='' target='_blank'>ArXiv</a>.
46
 
47