ruslanmv commited on
Commit
285e22d
·
verified ·
1 Parent(s): 8f0882c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -36,8 +36,6 @@ def askme(symptoms, question):
36
  return assistant_response
37
 
38
 
39
- '''
40
-
41
 
42
  # Example usage
43
  symptoms = '''\
@@ -49,6 +47,7 @@ Could these symptoms be related to hypothyroidism?
49
  If so, what steps should I take to get a proper diagnosis and discuss treatment options?
50
  '''
51
 
 
52
  examples = [
53
  [symptoms, question]
54
  ]
@@ -63,7 +62,6 @@ iface = gr.Interface(
63
  )
64
 
65
  iface.launch()
66
-
67
  '''
68
 
69
 
 
36
  return assistant_response
37
 
38
 
 
 
39
 
40
  # Example usage
41
  symptoms = '''\
 
47
  If so, what steps should I take to get a proper diagnosis and discuss treatment options?
48
  '''
49
 
50
+ '''
51
  examples = [
52
  [symptoms, question]
53
  ]
 
62
  )
63
 
64
  iface.launch()
 
65
  '''
66
 
67