Commit ·
07de967
1
Parent(s): 1d69af8
Add requirements gathering flow
Browse files
app.py
CHANGED
|
@@ -283,7 +283,7 @@ with gr.Blocks(css=custom_css, title="Data Science Requirements Gathering Agent"
|
|
| 283 |
|
| 284 |
# Header
|
| 285 |
gr.HTML("""
|
| 286 |
-
<div class="title">🔬 Data Science
|
| 287 |
<div class="subtitle">
|
| 288 |
Transform your vague ideas into reality
|
| 289 |
</div>
|
|
|
|
| 283 |
|
| 284 |
# Header
|
| 285 |
gr.HTML("""
|
| 286 |
+
<div class="title">🔬 Data Science Consultant</div>
|
| 287 |
<div class="subtitle">
|
| 288 |
Transform your vague ideas into reality
|
| 289 |
</div>
|