Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def process_input(text_input, url_input):
|
|
| 73 |
|
| 74 |
# Gradio UI
|
| 75 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 76 |
-
gr.Markdown("# 🧠 Blog
|
| 77 |
gr.Markdown("Review blogs for grammar, clarity, and policy issues using Gemini AI.")
|
| 78 |
|
| 79 |
with gr.Row(equal_height=True):
|
|
|
|
| 73 |
|
| 74 |
# Gradio UI
|
| 75 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 76 |
+
gr.Markdown("# 🧠 AI Blog Reviewer")
|
| 77 |
gr.Markdown("Review blogs for grammar, clarity, and policy issues using Gemini AI.")
|
| 78 |
|
| 79 |
with gr.Row(equal_height=True):
|