hra commited on
Commit
7f8ee62
1 Parent(s): fc48497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
  textboxopenapi = gr.Textbox(placeholder="Enter OpenAPI Key...", lines=1,label='OpenAPI Key')
101
  with gr.Row() as row:
102
  examples = gr.Examples(examples=['Acrylic painting','latest NLP topic models','FIFA mobile game','Telemedicine'],
103
- inputs=[textbox1])
104
  with gr.Row() as row:
105
  btn = gr.Button("Generate \nCurriculum")
106
 
 
100
  textboxopenapi = gr.Textbox(placeholder="Enter OpenAPI Key...", lines=1,label='OpenAPI Key')
101
  with gr.Row() as row:
102
  examples = gr.Examples(examples=['Acrylic painting','latest NLP topic models','FIFA mobile game','Telemedicine'],
103
+ inputs=[textboxtopic])
104
  with gr.Row() as row:
105
  btn = gr.Button("Generate \nCurriculum")
106