Rooni commited on
Commit
7b428f7
·
1 Parent(s): 39d6205

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", live_update=False)
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()