Commit
·
65c42a1
1
Parent(s):
912f746
updated requirements
Browse files- app.py +0 -3
- requirements.txt +0 -0
app.py
CHANGED
@@ -8,9 +8,6 @@ import gradio as gr
|
|
8 |
import pandas as pd
|
9 |
|
10 |
from agent import Agent
|
11 |
-
from src.tracing import add_tracing
|
12 |
-
|
13 |
-
add_tracing()
|
14 |
|
15 |
# --- Constants --------------------------------------------------------------
|
16 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
8 |
import pandas as pd
|
9 |
|
10 |
from agent import Agent
|
|
|
|
|
|
|
11 |
|
12 |
# --- Constants --------------------------------------------------------------
|
13 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
requirements.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|