hagara commited on
Commit
b1d94d6
·
1 Parent(s): 115fb83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(
23
  outputs=["text", "number"],
24
  layout="vertical",
25
  live=True,
26
- title="Get yes/No answer for your medical question",
27
  description="Predict if a statement is true or false."
28
  )
29
 
 
23
  outputs=["text", "number"],
24
  layout="vertical",
25
  live=True,
26
+ title="Get yes/no answer for your medical question",
27
  description="Predict if a statement is true or false."
28
  )
29