dygoo commited on
Commit
1cf6c37
·
verified ·
1 Parent(s): e7bdc82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -201,7 +201,8 @@ class BasicAgent:
201
  except Exception as e:
202
  return f"Excel reading error: {str(e)}"
203
 
204
- def _read_code_file(self, file_url):
 
205
  try:
206
  response = requests.get(file_url)
207
  code_content = response.text
 
201
  except Exception as e:
202
  return f"Excel reading error: {str(e)}"
203
 
204
+
205
+ def _read_code_file(self, file_url):
206
  try:
207
  response = requests.get(file_url)
208
  code_content = response.text