Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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"),
|