Bhaskar2611 commited on
Commit
a8b681c
·
verified ·
1 Parent(s): 8180fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["SWOT 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)")
 
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)")