Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.")
|