Spaces:
Runtime error
Runtime error
Update web-app.py
Browse files- web-app.py +9 -1
web-app.py
CHANGED
@@ -133,7 +133,15 @@ def refresh():
|
|
133 |
def update_audio_player(choice):
|
134 |
return os.path.join("audios",choice)
|
135 |
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
with gr.Row():
|
138 |
with gr.Column():
|
139 |
with gr.Tabs():
|
|
|
133 |
def update_audio_player(choice):
|
134 |
return os.path.join("audios",choice)
|
135 |
|
136 |
+
app = gr.Blocks()
|
137 |
+
with app:
|
138 |
+
with gr.Tabs():
|
139 |
+
with gr.TabItem("Rejekts/EasyGUI"):
|
140 |
+
gr.Markdown(
|
141 |
+
value="""
|
142 |
+
Rejekts EasyGUI
|
143 |
+
"""
|
144 |
+
)
|
145 |
with gr.Row():
|
146 |
with gr.Column():
|
147 |
with gr.Tabs():
|