dreamboat26 commited on
Commit
566f247
1 Parent(s): b0f666a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def classify_text(txt):
16
 
17
 
18
 
19
- text = gr.Textbox(lines=2, label='Describe how you feel in great detail')
20
  label = gr.Label()
21
 
22
  intf = gr.Interface(fn=classify_text, inputs=text, outputs=label, description=description)
 
16
 
17
 
18
 
19
+ text = gr.Textbox(lines=2, label='List out your symptoms to get the possible cause of your symptoms')
20
  label = gr.Label()
21
 
22
  intf = gr.Interface(fn=classify_text, inputs=text, outputs=label, description=description)