Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def main():
|
|
62 |
job_titles = df['job_title'].tolist()
|
63 |
# Prompt inicial
|
64 |
initial_prompt = (""""
|
65 |
-
f"I want you to print the first record of {
|
66 |
"""
|
67 |
)
|
68 |
st.write(f"Query: {query}")
|
|
|
62 |
job_titles = df['job_title'].tolist()
|
63 |
# Prompt inicial
|
64 |
initial_prompt = (""""
|
65 |
+
f"I want you to print the first record of {job_titles} in the screen.
|
66 |
"""
|
67 |
)
|
68 |
st.write(f"Query: {query}")
|