Rooni commited on
Commit
018ca34
·
1 Parent(s): b2b3945

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,5 +42,5 @@ def generate_minecraft_command(description):
42
 
43
  iface = gr.Interface(fn=generate_minecraft_command, inputs=[
44
  gr.Textbox(label="Запрос")
45
- ], outputs=gr.HTML(label="Ответ", html=True), title="GPT")
46
  iface.launch()
 
42
 
43
  iface = gr.Interface(fn=generate_minecraft_command, inputs=[
44
  gr.Textbox(label="Запрос")
45
+ ], outputs=gr.Code(label="Ответ", language="html", live=True), title="GPT")
46
  iface.launch()