Update app.py
Browse files
app.py
CHANGED
@@ -297,9 +297,7 @@ def process_files_background(task_id, files_data, resolution_style='colorful'):
|
|
297 |
|
298 |
config=types.GenerateContentConfig(
|
299 |
temperature=0.3,
|
300 |
-
|
301 |
-
code_execution=types.ToolCodeExecution
|
302 |
-
)]
|
303 |
|
304 |
|
305 |
)
|
|
|
297 |
|
298 |
config=types.GenerateContentConfig(
|
299 |
temperature=0.3,
|
300 |
+
|
|
|
|
|
301 |
|
302 |
|
303 |
)
|