fffiloni commited on
Commit
1c60fad
1 Parent(s): 8c43474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ Be aware that it currently only works with plugins that do not require auth.
27
  </div>
28
  """
29
  with gr.Blocks() as demo:
30
- with gr.Column():
31
  gr.HTML(title)
32
  prompt = gr.Textbox(label="Prompt", value="what t shirts are available in klarna?")
33
  plugin = gr.Textbox(label="Plugin json", info="You need the .json plugin manifesto file of the plugin you want to use", value="https://www.klarna.com/.well-known/ai-plugin.json")
 
27
  </div>
28
  """
29
  with gr.Blocks() as demo:
30
+ with gr.Column(elem_id="col-container"):
31
  gr.HTML(title)
32
  prompt = gr.Textbox(label="Prompt", value="what t shirts are available in klarna?")
33
  plugin = gr.Textbox(label="Plugin json", info="You need the .json plugin manifesto file of the plugin you want to use", value="https://www.klarna.com/.well-known/ai-plugin.json")