bhaskartripathi commited on
Commit
f9b93af
1 Parent(s): 45e82dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ iface = gr.Interface(
21
  gr.inputs.Textbox(label="OpenAI API Key"),
22
  gr.inputs.Textbox(label="Enter use case or code in natural language")
23
  ],
24
- outputs=gr.outputs.Code(label="Generated PlantUML Code"),
25
  title="PlantUML Code Generator",
26
  description="Generate PlantUML code using OpenAI's GPT-3.5-Turbo",
27
  )
 
21
  gr.inputs.Textbox(label="OpenAI API Key"),
22
  gr.inputs.Textbox(label="Enter use case or code in natural language")
23
  ],
24
+ outputs=gr.outputs.Textbox(label="Generated PlantUML Code"),
25
  title="PlantUML Code Generator",
26
  description="Generate PlantUML code using OpenAI's GPT-3.5-Turbo",
27
  )