Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ def trigger_movement(input_html):
|
|
254 |
|
255 |
# Create Gradio interface using Blocks
|
256 |
with gr.Blocks() as demo:
|
257 |
-
gr.Markdown("#
|
258 |
|
259 |
with gr.Row():
|
260 |
input_text = gr.Textbox(label="Input Prompt")
|
|
|
254 |
|
255 |
# Create Gradio interface using Blocks
|
256 |
with gr.Blocks() as demo:
|
257 |
+
gr.Markdown("# CircularText Styler\nEnter a prompt to generate text with special word styling.")
|
258 |
|
259 |
with gr.Row():
|
260 |
input_text = gr.Textbox(label="Input Prompt")
|