AumCoreAI commited on
Commit
ff9a92a
·
verified ·
1 Parent(s): 66acb3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = FastAPI()
10
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
11
 
12
  # Configuration
13
- USERNAME = "Sanjay"
14
 
15
  # HTML UI - VERBOSE, 450+ lines
16
  HTML_UI = '''
 
10
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
11
 
12
  # Configuration
13
+ USERNAME = "AumCore AI"
14
 
15
  # HTML UI - VERBOSE, 450+ lines
16
  HTML_UI = '''