Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8"/>
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
6 |
-
<title>
|
7 |
<style>
|
8 |
* { margin:0; padding:0; box-sizing:border-box; }
|
9 |
body {
|
@@ -71,7 +71,7 @@
|
|
71 |
<body>
|
72 |
<div class="container">
|
73 |
<div class="header">
|
74 |
-
<h1>
|
75 |
<p>Upload your questions file and optional dataset to get intelligent answers with visualizations</p>
|
76 |
</div>
|
77 |
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8"/>
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
6 |
+
<title>Data Analyst Agent</title>
|
7 |
<style>
|
8 |
* { margin:0; padding:0; box-sizing:border-box; }
|
9 |
body {
|
|
|
71 |
<body>
|
72 |
<div class="container">
|
73 |
<div class="header">
|
74 |
+
<h1>Data Analyst Agent</h1>
|
75 |
<p>Upload your questions file and optional dataset to get intelligent answers with visualizations</p>
|
76 |
</div>
|
77 |
|