Hemanth Sai Garladinne commited on
Commit
ef84f3a
·
1 Parent(s): 8dec221

Update Login.py

Browse files
Files changed (1) hide show
  1. 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 = 'http://localhost:8000'
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"}