IFMedTechdemo commited on
Commit
2190920
·
verified ·
1 Parent(s): 1b5f656

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def get_pollinations_response(prompt, model="openai", seed=42, use_json=False, s
43
 
44
  # Create Gradio interface
45
  with gr.Blocks(title="AI Text API") as demo:
46
- gr.Markdown("#AI Text Generator")
47
  gr.Markdown("Generate text using AI API with customizable parameters")
48
 
49
  with gr.Row():
 
43
 
44
  # Create Gradio interface
45
  with gr.Blocks(title="AI Text API") as demo:
46
+ gr.Markdown("# AI Text Generator")
47
  gr.Markdown("Generate text using AI API with customizable parameters")
48
 
49
  with gr.Row():