Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,5 +30,5 @@ def generate_minecraft_command(minecraft_version, description=""):
|
|
30 |
iface = gr.Interface(fn=generate_minecraft_command, inputs=[
|
31 |
gr.Textbox(label="Версия Minecraft", placeholder="Minecraft Java 1.20"),
|
32 |
gr.Textbox(label="Описание команды")
|
33 |
-
], outputs=gr.Textbox(label="Команда"), title="Minecraft Command Generator"
|
34 |
iface.launch()
|
|
|
30 |
iface = gr.Interface(fn=generate_minecraft_command, inputs=[
|
31 |
gr.Textbox(label="Версия Minecraft", placeholder="Minecraft Java 1.20"),
|
32 |
gr.Textbox(label="Описание команды")
|
33 |
+
], outputs=gr.Textbox(label="Команда", live=False), title="Minecraft Command Generator")
|
34 |
iface.launch()
|