Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ Name of the person is {full_name}.
|
|
86 |
Given input information {information} about {full_name} from I want you to create:
|
87 |
Summarize {information} with the insitutes where education was pursued.
|
88 |
"""
|
89 |
-
|
90 |
p1 = st.text_input('Enter the LinkedIn profile')
|
91 |
|
92 |
|
|
|
86 |
Given input information {information} about {full_name} from I want you to create:
|
87 |
Summarize {information} with the insitutes where education was pursued.
|
88 |
"""
|
89 |
+
st.write('hey there, Welcome!!!')
|
90 |
p1 = st.text_input('Enter the LinkedIn profile')
|
91 |
|
92 |
|