ruslanmv commited on
Commit
3582a8a
·
verified ·
1 Parent(s): 8728056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,10 +44,10 @@ question = '''\
44
  Could these symptoms be related to hypothyroidism?
45
  If so, what steps should I take to get a proper diagnosis and discuss treatment options?
46
  '''
47
- examples = [ {"symptoms": symptoms, "question": question}]
48
  iface = gr.Interface(
49
  fn=askme,
50
- inputs=["symptoms", "question"],
51
  outputs="text",
52
  examples = examples,
53
  title="Medical AI Chatbot",
 
44
  Could these symptoms be related to hypothyroidism?
45
  If so, what steps should I take to get a proper diagnosis and discuss treatment options?
46
  '''
47
+ examples = [symptoms, question]
48
  iface = gr.Interface(
49
  fn=askme,
50
+ inputs=["text", "text"],
51
  outputs="text",
52
  examples = examples,
53
  title="Medical AI Chatbot",