Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import inspect
|
|
5 |
import pandas as pd
|
6 |
from io import StringIO
|
7 |
import logging
|
8 |
-
#from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel, OpenAIServerModel
|
9 |
from pathlib import Path
|
10 |
from prompt_settings import verification_of_final_answer, yaml_template, yaml_template2
|
11 |
from duckduckgo_search import DDGS
|
@@ -462,7 +461,7 @@ def _load_excel_as_text2(file_name: str) -> str:
|
|
462 |
full_url = f"{base_url}/{commit_hash}/2023/validation/{file_name}"
|
463 |
'''
|
464 |
|
465 |
-
DOMANDE_MOCKATE =
|
466 |
def create_mock_questions():
|
467 |
|
468 |
'''
|
|
|
5 |
import pandas as pd
|
6 |
from io import StringIO
|
7 |
import logging
|
|
|
8 |
from pathlib import Path
|
9 |
from prompt_settings import verification_of_final_answer, yaml_template, yaml_template2
|
10 |
from duckduckgo_search import DDGS
|
|
|
461 |
full_url = f"{base_url}/{commit_hash}/2023/validation/{file_name}"
|
462 |
'''
|
463 |
|
464 |
+
DOMANDE_MOCKATE = False
|
465 |
def create_mock_questions():
|
466 |
|
467 |
'''
|