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

update mainpage fontsize

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ if not os.path.exists('dataset'):
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
 
 
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