Spaces:
Runtime error
Runtime error
Commit
·
c989aa1
1
Parent(s):
caaddd5
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,6 @@ Nico: Ahahah
|
|
14 |
"""
|
15 |
progress_text = "Model loading. Please wait."
|
16 |
|
17 |
-
text = st.text_area("Enter your chat", value=predefined_text, height=200)
|
18 |
-
button = st.button('Summarize')
|
19 |
-
|
20 |
-
|
21 |
text = st.text_area("Enter your chat", value=predefined_text, height=200)
|
22 |
button = st.button('Summarize')
|
23 |
|
|
|
14 |
"""
|
15 |
progress_text = "Model loading. Please wait."
|
16 |
|
|
|
|
|
|
|
|
|
17 |
text = st.text_area("Enter your chat", value=predefined_text, height=200)
|
18 |
button = st.button('Summarize')
|
19 |
|