Commit
·
1d69af8
1
Parent(s):
685adc8
Add requirements gathering flow
Browse files
app.py
CHANGED
@@ -283,9 +283,9 @@ 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
|
289 |
</div>
|
290 |
""")
|
291 |
|
|
|
283 |
|
284 |
# Header
|
285 |
gr.HTML("""
|
286 |
+
<div class="title">🔬 Data Science Agent</div>
|
287 |
<div class="subtitle">
|
288 |
+
Transform your vague ideas into reality
|
289 |
</div>
|
290 |
""")
|
291 |
|