Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
·
ef84f3a
1
Parent(s):
8dec221
Update Login.py
Browse files- frontend/Login.py +1 -1
frontend/Login.py
CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
|
|
6 |
|
7 |
def auth_page():
|
8 |
|
9 |
-
base_url = '
|
10 |
|
11 |
|
12 |
headers={"accept":"application/json"}
|
|
|
6 |
|
7 |
def auth_page():
|
8 |
|
9 |
+
base_url = 'https://caffeinecrew-techdocs.hf.space'
|
10 |
|
11 |
|
12 |
headers={"accept":"application/json"}
|