Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
andreska/ProjectAnalysis
andreska
/
TestProject
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andreska
commited on
Dec 12, 2024
Commit
00397f0
·
verified
·
1 Parent(s):
7058005
Removed ; in js
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,7 +8,7 @@ class State:
8
state = State()
9
10
js = """
11
-
alert('test')
;
12
"""
13
14
def update_values(context, question):
8
state = State()
9
10
js = """
11
+
alert('test')
12
"""
13
14
def update_values(context, question):