Update app.py
Browse files
app.py
CHANGED
@@ -286,9 +286,9 @@ with gr.Blocks() as app:
|
|
286 |
url_params = gr.JSON({}, visible=True, label="")
|
287 |
acc=gr.Textbox()
|
288 |
with gr.Row():
|
289 |
-
hid_sky=gr.
|
290 |
-
hid_star=gr.
|
291 |
-
hid_enemy=gr.
|
292 |
|
293 |
def return_score(text):
|
294 |
return text
|
|
|
286 |
url_params = gr.JSON({}, visible=True, label="")
|
287 |
acc=gr.Textbox()
|
288 |
with gr.Row():
|
289 |
+
hid_sky=gr.Pil()
|
290 |
+
hid_star=gr.Pil()
|
291 |
+
hid_enemy=gr.Pil()
|
292 |
|
293 |
def return_score(text):
|
294 |
return text
|