circulartext commited on
Commit
d57dfaf
·
verified ·
1 Parent(s): c85452c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# Circular Text Styler\nEnter a prompt to generate text with special word styling.")
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")