Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,14 +68,15 @@ with tab1:
|
|
68 |
text = extract_text_from_api(search_query)
|
69 |
st.write(text)
|
70 |
summary = get_summary(text)
|
|
|
71 |
#st.write(response)
|
72 |
-
for chunk in summary:
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
|
80 |
|
81 |
else:
|
|
|
68 |
text = extract_text_from_api(search_query)
|
69 |
st.write(text)
|
70 |
summary = get_summary(text)
|
71 |
+
st.write(summary)
|
72 |
#st.write(response)
|
73 |
+
# for chunk in summary:
|
74 |
+
# print(chunk.text)
|
75 |
+
# print("_"*80)
|
76 |
+
# #st.write(summary)
|
77 |
+
# #for chunk in summary:
|
78 |
+
# #st.write(chunk.text)
|
79 |
+
# #st.write("_"*80)
|
80 |
|
81 |
|
82 |
else:
|