Spaces:
Sleeping
Sleeping
dreamboat26
commited on
Commit
•
566f247
1
Parent(s):
b0f666a
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def classify_text(txt):
|
|
16 |
|
17 |
|
18 |
|
19 |
-
text = gr.Textbox(lines=2, label='
|
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)
|