Update app.py
Browse files
app.py
CHANGED
|
@@ -301,7 +301,7 @@ function copyToClipboard(text) {
|
|
| 301 |
|
| 302 |
### Gradio Demo ###
|
| 303 |
with gr.Blocks() as demo:
|
| 304 |
-
gr.Markdown("## Curify Digest:
|
| 305 |
|
| 306 |
with gr.Row():
|
| 307 |
# Column 1: Webpage rendering
|
|
|
|
| 301 |
|
| 302 |
### Gradio Demo ###
|
| 303 |
with gr.Blocks() as demo:
|
| 304 |
+
gr.Markdown("## Curify Digest: Consume and interact with content")
|
| 305 |
|
| 306 |
with gr.Row():
|
| 307 |
# Column 1: Webpage rendering
|