Spaces:
Build error
Build error
Update app.py
Browse files
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)
|