DmitrMakeev commited on
Commit
cadaad3
·
verified ·
1 Parent(s): c8cf0f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ def show_data_gc():
216
  total_users = cursor.fetchone()[0]
217
  conn.close()
218
 
219
- return render_template('data_gc.html', contacts=contacts, total_users=total_users)
220
  except Exception as e:
221
  print(f"Error showing contacts: {e}")
222
  return "Internal Server Error", 500
 
216
  total_users = cursor.fetchone()[0]
217
  conn.close()
218
 
219
+ return render_template('https://dmtuit-gc-api-ras.hf.space/data_gc?api_sys=fasSd345D', contacts=contacts, total_users=total_users)
220
  except Exception as e:
221
  print(f"Error showing contacts: {e}")
222
  return "Internal Server Error", 500