katielink commited on
Commit
a4f6a29
β€’
1 Parent(s): f148f5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.HTML("<h1><center>Mistral 7B Instruct<h1><center>")
5
  gr.Markdown("Create a Healthsheet for your healthcare dataset.")
6
  input1 = gr.Textbox(label='first question here')
7
 
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.HTML("<h1><center>Healthsheet Creator!<h1><center>")
5
  gr.Markdown("Create a Healthsheet for your healthcare dataset.")
6
  input1 = gr.Textbox(label='first question here')
7