JaishnaCodz commited on
Commit
8595ae6
·
verified ·
1 Parent(s): b5a890a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Checker AI")
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):