Spaces:
Sleeping
Sleeping
Initial Draft
Browse files
app.py
CHANGED
@@ -44,9 +44,7 @@ def qna():
|
|
44 |
st.session_state.input_text="My name is Sylvain and I work at Hugging Face in Brooklyn"
|
45 |
|
46 |
def summarization():
|
47 |
-
st.session_state.input_text=
|
48 |
-
"""
|
49 |
-
America has changed dramatically during recent years. Not only has the number of
|
50 |
graduates in traditional engineering disciplines such as mechanical, civil,
|
51 |
electrical, chemical, and aeronautical engineering declined, but in most of
|
52 |
the premier American universities engineering curricula now concentrate on
|
|
|
44 |
st.session_state.input_text="My name is Sylvain and I work at Hugging Face in Brooklyn"
|
45 |
|
46 |
def summarization():
|
47 |
+
st.session_state.input_text= """America has changed dramatically during recent years. Not only has the number of
|
|
|
|
|
48 |
graduates in traditional engineering disciplines such as mechanical, civil,
|
49 |
electrical, chemical, and aeronautical engineering declined, but in most of
|
50 |
the premier American universities engineering curricula now concentrate on
|