Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with tab1:
|
|
61 |
with st.spinner("Searching for cases..."):
|
62 |
text = extract_text_from_api(search_query)
|
63 |
if text:
|
64 |
-
st.write(text)
|
65 |
summary = get_summary(text)
|
66 |
if summary:
|
67 |
st.write(summary.text)
|
|
|
61 |
with st.spinner("Searching for cases..."):
|
62 |
text = extract_text_from_api(search_query)
|
63 |
if text:
|
64 |
+
#st.write(text)
|
65 |
summary = get_summary(text)
|
66 |
if summary:
|
67 |
st.write(summary.text)
|