Afeezee commited on
Commit
884c29a
·
verified ·
1 Parent(s): 46fbe73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ def paraphrase(text, model_choice):
64
  # Gradio Interface
65
  def gradio_interface():
66
  with gr.Blocks() as demo:
67
- gr.Markdown("# Yipada")
68
- gr.Markdown("**Yipada** is a versatile paraphrasing tool designed to help you rephrase your text with precision and clarity. Leveraging advanced language models, Yipada offers two powerful options: **Llama 3.1** and **Gemma-2-9b**. Whether you need a formal rephrasing or a more creative twist, Yipada ensures that your text retains its original meaning while offering a fresh perspective.")
69
 
70
  text_input = gr.Textbox(label="Input Text", placeholder="Enter the text you want to paraphrase here...")
71
  model_choice = gr.Dropdown(choices=["Llama 3.1", "Gemma-2-9b"], label="Select Model", value="Llama 3.1")
 
64
  # Gradio Interface
65
  def gradio_interface():
66
  with gr.Blocks() as demo:
67
+ gr.Markdown("<h1 style='text-align: center;'>Yipada</h1>")
68
+ gr.Markdown("<p style='text-align: center;'>Yipada is a versatile paraphrasing tool designed to help you rephrase your text with precision and clarity. Leveraging advanced language models, Yipada offers two powerful options: **Llama 3.1** and **Gemma-2-9b**. Whether you need a formal rephrasing or a more creative twist, Yipada ensures that your text retains its original meaning while offering a fresh perspective.")
69
 
70
  text_input = gr.Textbox(label="Input Text", placeholder="Enter the text you want to paraphrase here...")
71
  model_choice = gr.Dropdown(choices=["Llama 3.1", "Gemma-2-9b"], label="Select Model", value="Llama 3.1")