Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
| 8 |
|
| 9 |
with gr.Row():
|
| 10 |
analysis_type = gr.Dropdown(
|
| 11 |
-
choices=["
|
| 12 |
label="Analysis Type"
|
| 13 |
)
|
| 14 |
query_input = gr.Textbox(label="Enter Query (e.g., competitor URL, industry, business idea)")
|
|
|
|
| 8 |
|
| 9 |
with gr.Row():
|
| 10 |
analysis_type = gr.Dropdown(
|
| 11 |
+
choices=["Competitor Analysis", "Keyword Research", "Trend Discovery", "Idea Validation"],
|
| 12 |
label="Analysis Type"
|
| 13 |
)
|
| 14 |
query_input = gr.Textbox(label="Enter Query (e.g., competitor URL, industry, business idea)")
|