Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,6 +78,7 @@ if 'summ_text' not in locals():
|
|
| 78 |
|
| 79 |
# Function to render HTML content
|
| 80 |
def render_html(text):
|
|
|
|
| 81 |
# Split text by periods
|
| 82 |
sentences = text.split('.')
|
| 83 |
# Create HTML list items
|
|
|
|
| 78 |
|
| 79 |
# Function to render HTML content
|
| 80 |
def render_html(text):
|
| 81 |
+
summ_text[st.session_state.page_index] = text
|
| 82 |
# Split text by periods
|
| 83 |
sentences = text.split('.')
|
| 84 |
# Create HTML list items
|