Spaces:
Running
Running
Commit
·
8dc9794
1
Parent(s):
2016404
buttons
Browse files
app.py
CHANGED
@@ -59,9 +59,9 @@ with gr.Blocks(css=".gradio-container {background-color: transparent}") as demo:
|
|
59 |
msg = gr.Textbox(label="Chat with AI about the webpage")
|
60 |
gr.Examples(["Please summarise the webpage", "What is the tone of the webpage?", "Tell me your favorite part of the webpage"], inputs=[msg])
|
61 |
with gr.Row():
|
62 |
-
with gr.Column(scale=4):
|
63 |
-
clear = gr.Button("Clear")
|
64 |
with gr.Column(scale=2):
|
|
|
|
|
65 |
submit = gr.Button("Submit")
|
66 |
|
67 |
def user(user_message, history):
|
|
|
59 |
msg = gr.Textbox(label="Chat with AI about the webpage")
|
60 |
gr.Examples(["Please summarise the webpage", "What is the tone of the webpage?", "Tell me your favorite part of the webpage"], inputs=[msg])
|
61 |
with gr.Row():
|
|
|
|
|
62 |
with gr.Column(scale=2):
|
63 |
+
clear = gr.Button("Clear")
|
64 |
+
with gr.Column(scale=4):
|
65 |
submit = gr.Button("Submit")
|
66 |
|
67 |
def user(user_message, history):
|