Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
simonduerr
/
3dmol.js
like
4
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
simonduerr
commited on
Aug 9, 2022
Commit
ead96cc
·
1 Parent(s):
fbcf420
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
def get_pdb(pdb_code="", filepath=""):
2
if pdb_code is None or pdb_code == "":
3
try:
1
+
import gradio as gr
2
+
3
def get_pdb(pdb_code="", filepath=""):
4
if pdb_code is None or pdb_code == "":
5
try: