katielink commited on
Commit
c22eabe
β€’
1 Parent(s): a579973

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.HTML("<h1><center>Healthsheet Creator!<h1><center>")
5
- gr.HTML("<h3><center>Create a healthsheet based on the article (article citation here)<h4><center>")
6
 
7
  with gr.Tab("General Information"):
8
  gr.Markdown("If the answer to any of the questions in the questionnaire is N/A, please describe why the answer is N/A (e.g: data not being available).")
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.HTML("<h1><center>Healthsheet Creator! πŸͺ„πŸ“„<h1><center>")
5
+ gr.HTML("<h3><center>Create a healthsheet based on Rostamzadeh et al. (2022) <i>Healthsheet: Development of a Transparency Artifact for Health Datasets</i><h4><center>")
6
 
7
  with gr.Tab("General Information"):
8
  gr.Markdown("If the answer to any of the questions in the questionnaire is N/A, please describe why the answer is N/A (e.g: data not being available).")