Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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 = '''
|