aynot commited on
Commit
90719d1
·
1 Parent(s): 1a6dacb

remove aouto login

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,9 +6,6 @@ import pandas as pd
6
 
7
  from agent import MyAgent
8
 
9
- from dotenv import load_dotenv, find_dotenv
10
- load_dotenv(find_dotenv())
11
-
12
  # (Keep Constants as is)
13
  # --- Constants ---
14
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
 
6
 
7
  from agent import MyAgent
8
 
 
 
 
9
  # (Keep Constants as is)
10
  # --- Constants ---
11
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"