Almaatla commited on
Commit
83f293a
·
verified ·
1 Parent(s): 60ce19c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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;