Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,6 +157,7 @@ async def get_proxy():
|
|
| 157 |
const statusDiv = document.getElementById('systemStatus');
|
| 158 |
statusDiv.innerHTML = `<div style="color: ${type === 'error' ? '#F44336' : '#4CAF50'}">${message}</div>`;
|
| 159 |
addMessageEntry('system', 'system', 'proxy', message);
|
|
|
|
| 160 |
|
| 161 |
function initializeClient() {
|
| 162 |
const apiKey = document.getElementById('apiKey').value;
|
|
|
|
| 157 |
const statusDiv = document.getElementById('systemStatus');
|
| 158 |
statusDiv.innerHTML = `<div style="color: ${type === 'error' ? '#F44336' : '#4CAF50'}">${message}</div>`;
|
| 159 |
addMessageEntry('system', 'system', 'proxy', message);
|
| 160 |
+
}
|
| 161 |
|
| 162 |
function initializeClient() {
|
| 163 |
const apiKey = document.getElementById('apiKey').value;
|