Spaces:
Sleeping
Sleeping
EtienneB
commited on
Commit
·
0e742d5
1
Parent(s):
bf57285
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ import gradio as gr
|
|
5 |
import pandas as pd
|
6 |
import requests
|
7 |
|
|
|
|
|
8 |
# (Keep Constants as is)
|
9 |
# --- Constants ---
|
10 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
|
|
5 |
import pandas as pd
|
6 |
import requests
|
7 |
|
8 |
+
from agent import build_graph
|
9 |
+
|
10 |
# (Keep Constants as is)
|
11 |
# --- Constants ---
|
12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|