Update app.py
Browse files
    	
        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 | 
| 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
         |