Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,8 +191,10 @@ with gr.Blocks(title="Science Text Analyzer") as demo:
|
|
| 191 |
gr.Markdown("### Generate Academic Text")
|
| 192 |
gr.Markdown(
|
| 193 |
"Use this tool to generate educational text based on a given prompt. "
|
| 194 |
-
"You can control the output length and creativity using the sliders below."
|
| 195 |
-
|
|
|
|
|
|
|
| 196 |
with gr.Row():
|
| 197 |
with gr.Column():
|
| 198 |
prompt_input = gr.Textbox(label="Enter a Prompt", lines=3, placeholder="Type an introductory sentence or concept...")
|
|
|
|
| 191 |
gr.Markdown("### Generate Academic Text")
|
| 192 |
gr.Markdown(
|
| 193 |
"Use this tool to generate educational text based on a given prompt. "
|
| 194 |
+
"You can control the output length and creativity using the sliders below. "
|
| 195 |
+
"**Note:** Longer text lengths will take more time to generate, so please be patient when requesting extensive outputs."
|
| 196 |
+
)
|
| 197 |
+
|
| 198 |
with gr.Row():
|
| 199 |
with gr.Column():
|
| 200 |
prompt_input = gr.Textbox(label="Enter a Prompt", lines=3, placeholder="Type an introductory sentence or concept...")
|