JaphetHernandez commited on
Commit
c2b4dad
·
verified ·
1 Parent(s): ee5951e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def main():
59
 
60
  if uploaded_file is not None:
61
  df = pd.read_csv(uploaded_file)
62
-
63
  if 'job_title' in df.columns:
64
  job_titles = df['job_title'].tolist()
65
 
@@ -77,6 +77,7 @@ def main():
77
 
78
  st.write("Prompt inicial con In-context Learning:")
79
  st.write(initial_prompt)
 
80
 
81
  if st.button("Generar respuesta"):
82
  with st.spinner("Generando respuesta..."):
 
59
 
60
  if uploaded_file is not None:
61
  df = pd.read_csv(uploaded_file)
62
+ query = 'aspiring human resources specialist'
63
  if 'job_title' in df.columns:
64
  job_titles = df['job_title'].tolist()
65
 
 
77
 
78
  st.write("Prompt inicial con In-context Learning:")
79
  st.write(initial_prompt)
80
+ st.write(query)
81
 
82
  if st.button("Generar respuesta"):
83
  with st.spinner("Generando respuesta..."):