Spaces:
Runtime error
Runtime error
Commit
·
6fc5023
1
Parent(s):
b878344
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,3 @@ if st.button('Summarize'):
|
|
47 |
parsed_input = re.sub(r'\n+', '\n',parsed_input)
|
48 |
final_input = f"""[Notes]:\n{parsed_input}\n[Summary]:\n"""
|
49 |
st.write(summarize_function(final_input))
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
47 |
parsed_input = re.sub(r'\n+', '\n',parsed_input)
|
48 |
final_input = f"""[Notes]:\n{parsed_input}\n[Summary]:\n"""
|
49 |
st.write(summarize_function(final_input))
|
|
|
|
|
|