Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pknayak
/
tradingGEN_login
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
pknayak
commited on
Jan 4, 2024
Commit
ea186b5
·
1 Parent(s):
1f43a29
Create app.py
Browse files
* creating the app with dummy credentials.
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
4
+
demo.launch(auth=("admin","admin"))