Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
76fdd6c
1
Parent(s):
74a1a54
Load game supports media now?
Browse files
app.py
CHANGED
@@ -252,6 +252,7 @@ def show_elements_json_input(json_input):
|
|
252 |
return outputs + [update_button, json_output]
|
253 |
|
254 |
def create_media_component(file_path):
|
|
|
255 |
_, extension = os.path.splitext(file_path)
|
256 |
extension = extension.lower()[1:] # Remove the dot and convert to lowercase
|
257 |
|
|
|
252 |
return outputs + [update_button, json_output]
|
253 |
|
254 |
def create_media_component(file_path):
|
255 |
+
print(file_path)
|
256 |
_, extension = os.path.splitext(file_path)
|
257 |
extension = extension.lower()[1:] # Remove the dot and convert to lowercase
|
258 |
|