Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jofthomas
/
Pokemon_showdown
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jofthomas
HF Staff
commited on
4 days ago
Commit
86cb17d
·
verified
·
1 Parent(s):
8abe1df
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import os
2
-
from flask import Flask, render_template_string
, escape
3
4
app = Flask(__name__)
5
1
import os
2
+
from flask import Flask, render_template_string
3
4
app = Flask(__name__)
5