Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|
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 |
|