CobaltZvc commited on
Commit
5a940e5
·
1 Parent(s): 80e4775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -89,10 +89,6 @@ if prompt:
89
  for x in range(5):
90
  st.write("Name of pharmacy: ", local_results[x]["title"])
91
  st.write("address of pharmacy: ", local_results[x]["address"])
92
-
93
- print(type(local_results))
94
-
95
- st.image()
96
 
97
  else:
98
- st.write("Kindly pertain your inputs to possible medical symptoms only. Or try rephrasing.")
 
89
  for x in range(5):
90
  st.write("Name of pharmacy: ", local_results[x]["title"])
91
  st.write("address of pharmacy: ", local_results[x]["address"])
 
 
 
 
92
 
93
  else:
94
+ st.write("Kindly pertain your inputs to possible medical symptoms only. Or try rephrasing.")