hlydecker commited on
Commit
9313d3b
1 Parent(s): 99f9d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ title = "<h1>Padlet Summary Tool</h1>"
188
  iface = gr.Interface(
189
  fn=predict, # Use 'predict' as the function
190
  inputs=[
191
- gr.blocks.OpenaiAPIKey(label="OpenAI GPT4 Key"),
192
  gr.blocks.Textbox(label="System Message"),
193
  gr.blocks.Textbox(label="API Result"),
194
  gr.blocks.Textbox(label="Board ID to Fetch Data From", name="fetch_board_id"),
 
188
  iface = gr.Interface(
189
  fn=predict, # Use 'predict' as the function
190
  inputs=[
191
+ gr.blocks.Textbox(label="OpenAI GPT4 Key"),
192
  gr.blocks.Textbox(label="System Message"),
193
  gr.blocks.Textbox(label="API Result"),
194
  gr.blocks.Textbox(label="Board ID to Fetch Data From", name="fetch_board_id"),