dygoo commited on
Commit
7c6b357
·
verified ·
1 Parent(s): ddd51b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -133,9 +133,9 @@ ARTICLES:
133
 
134
  # === 3. Simplified Gradio UI ===
135
 
136
- with gr.Blocks(title="Founder Finder", theme=gr.themes.Soft()) as demo:
137
- gr.Markdown("# 🔎 Founder Finder")
138
- gr.Markdown("A tool to find company founders. **Step 1:** Search for articles. **Step 2:** Extract founders from the results.")
139
 
140
  # Hidden state to pass text from search to extraction
141
  search_results_for_ai = gr.State("")
 
133
 
134
  # === 3. Simplified Gradio UI ===
135
 
136
+ with gr.Blocks(title="Founder Name Extraction Tool", theme=gr.themes.Soft()) as demo:
137
+ gr.Markdown("# 🔎 Founder Name Extraction")
138
+ gr.Markdown("A tool to find company founders. **Step 1:** Search for articles. **Step 2:** Extract founders' names from the results.")
139
 
140
  # Hidden state to pass text from search to extraction
141
  search_results_for_ai = gr.State("")