Spaces:
Runtime error
Runtime error
Commit
·
5312841
1
Parent(s):
d9fc86c
Update app.py
Browse files
app.py
CHANGED
@@ -137,6 +137,8 @@ class WebpageSummarizer:
|
|
137 |
def gradio_interface(self):
|
138 |
# Create a Gradio interface for the webpage summarization
|
139 |
with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as demo:
|
|
|
|
|
140 |
with gr.Row():
|
141 |
with gr.Column(elem_id="col-container"):
|
142 |
gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
|
|
|
137 |
def gradio_interface(self):
|
138 |
# Create a Gradio interface for the webpage summarization
|
139 |
with gr.Blocks(css="style.css", theme=gr.themes.Soft()) as demo:
|
140 |
+
gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
|
141 |
+
<img class="rightimage" align="right" src="https://logos-download.com/wp-content/uploads/2016/06/Syngenta_logo.png" alt="Image" width="150" height="140">""")
|
142 |
with gr.Row():
|
143 |
with gr.Column(elem_id="col-container"):
|
144 |
gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
|