orasul commited on
Commit
57ee8d3
·
1 Parent(s): fe57b03

Update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ def load_example_generate_2(): return default_image_2, "Generate the code for th
284
 
285
 
286
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
287
- gr.Markdown("# Deki Automata: UI Analysis and Generation")
288
  gr.Markdown("Provide your API keys below. The OpenAI key is only required for the 'Action' and 'Generate' tabs.")
289
 
290
  with gr.Row():
 
284
 
285
 
286
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
287
+ gr.Markdown("# deki: Describe mobile UI screenshots to enable AI agentic capabilities")
288
  gr.Markdown("Provide your API keys below. The OpenAI key is only required for the 'Action' and 'Generate' tabs.")
289
 
290
  with gr.Row():