ravi6389 commited on
Commit
adef449
·
verified ·
1 Parent(s): ffc924b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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