Rooni commited on
Commit
86710f0
·
1 Parent(s): ed9a233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Описание команды", default="", type="text")
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",