Adr740 commited on
Commit
e444f89
·
verified ·
1 Parent(s): 72ec277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks(title=title,theme='nota-ai/theme',css="footer {visibility: hidden
39
  prompt = gr.Textbox(value=sys_prompt, lines=15, label="prompt")
40
  url_input = gr.Textbox(placeholder="Age, medical results", lines=15, label="Input patient data")
41
  with gr.Column(scale=6):
42
- compliance_output = gr.Markdown("Waiting for link...")
43
 
44
 
45
  fn_chat = get_answer
 
39
  prompt = gr.Textbox(value=sys_prompt, lines=15, label="prompt")
40
  url_input = gr.Textbox(placeholder="Age, medical results", lines=15, label="Input patient data")
41
  with gr.Column(scale=6):
42
+ compliance_output = gr.Markdown("Waiting for patient data...")
43
 
44
 
45
  fn_chat = get_answer