Lebossoti commited on
Commit
a646b03
·
verified ·
1 Parent(s): 906b4ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def process_data(df):
87
 
88
  Return ONLY the code as two lines:
89
  - First line: df.rename() with all column mappings
90
- - Second line: df[] with column selection
91
  No explanations, no markdown, just the two lines of code.'''
92
 
93
  api_response = query_openai_api(prompt)
 
87
 
88
  Return ONLY the code as two lines:
89
  - First line: df.rename() with all column mappings
90
+ - Second line: df.reindex(columns=['Name', 'City', 'contact_info', 'website'])
91
  No explanations, no markdown, just the two lines of code.'''
92
 
93
  api_response = query_openai_api(prompt)