Update title
Browse files
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("#
|
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():
|