Lebossoti commited on
Commit
621ea06
·
verified ·
1 Parent(s): a646b03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -88,6 +88,7 @@ def process_data(df):
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)
 
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
+ - Third line: df=df['Name', 'City', 'contact_info', 'website']
92
  No explanations, no markdown, just the two lines of code.'''
93
 
94
  api_response = query_openai_api(prompt)