DilshanKavinda
commited on
Commit
•
7b13629
1
Parent(s):
b9e93bd
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ model = genai.GenerativeModel(model_name="gemini-pro",
|
|
53 |
|
54 |
|
55 |
# Define the Flask API endpoint for user details
|
56 |
-
FLASK_API_ENDPOINT = 'https://dilshankavinda-login-app
|
57 |
|
58 |
|
59 |
def get_user_details():
|
|
|
53 |
|
54 |
|
55 |
# Define the Flask API endpoint for user details
|
56 |
+
FLASK_API_ENDPOINT = 'https://dilshankavinda-login-app.hf.space/get_user_details'
|
57 |
|
58 |
|
59 |
def get_user_details():
|