Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
fn=generate_minecraft_command,
|
35 |
inputs=[
|
36 |
gr.Textbox(label="Версия Minecraft", placeholder="Minecraft Java 1.20"),
|
37 |
-
gr.Textbox(label="Описание команды",
|
38 |
],
|
39 |
outputs="text",
|
40 |
title="Minecraft Command Generator",
|
|
|
34 |
fn=generate_minecraft_command,
|
35 |
inputs=[
|
36 |
gr.Textbox(label="Версия Minecraft", placeholder="Minecraft Java 1.20"),
|
37 |
+
gr.Textbox(label="Описание команды", placeholder="", type="text")
|
38 |
],
|
39 |
outputs="text",
|
40 |
title="Minecraft Command Generator",
|