Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ Be aware that it currently only works with plugins that do not require auth.
|
|
26 |
</p>
|
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?")
|
|
|
26 |
</p>
|
27 |
</div>
|
28 |
"""
|
29 |
+
with gr.Blocks(css="style.css") 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?")
|