joseluhf11 commited on
Commit
303dfad
1 Parent(s): 2fbfc1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def streaming(api_key, template, prompt):
26
 
27
  inputs = [
28
  gr.Textbox(label="API KEY"),
29
- gr.Textbox(label = 'Template')
30
  gr.Textbox(label="Prompt")
31
  ]
32
 
 
26
 
27
  inputs = [
28
  gr.Textbox(label="API KEY"),
29
+ gr.Textbox(label = 'Template'),
30
  gr.Textbox(label="Prompt")
31
  ]
32