Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import json
|
|
| 5 |
app = Flask(__name__)
|
| 6 |
app.secret_key = "retro_terminal_ai_chat_2026" # required for sessions
|
| 7 |
|
| 8 |
-
API_URL = "https://
|
| 9 |
|
| 10 |
HTML_PAGE = """
|
| 11 |
<html>
|
|
|
|
| 5 |
app = Flask(__name__)
|
| 6 |
app.secret_key = "retro_terminal_ai_chat_2026" # required for sessions
|
| 7 |
|
| 8 |
+
API_URL = "https://corvo-ai-xx-claude-4-5.hf.space/chat"
|
| 9 |
|
| 10 |
HTML_PAGE = """
|
| 11 |
<html>
|