Spaces:
Runtime error
Runtime error
Update pages/2_201_Text_summarisation_with_LLM.py
Browse files
pages/2_201_Text_summarisation_with_LLM.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from utils import *
|
| 3 |
|
| 4 |
-
if
|
| 5 |
st.markdown("""
|
| 6 |
## With ChatGPT
|
| 7 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from utils import *
|
| 3 |
|
| 4 |
+
if True:
|
| 5 |
st.markdown("""
|
| 6 |
## With ChatGPT
|
| 7 |
|