Aasher commited on
Commit
3fd5d64
·
1 Parent(s): b7f93f0

Remove introductory prompt from homepage

Browse files
Files changed (1) hide show
  1. static/index.html +1 -3
static/index.html CHANGED
@@ -23,9 +23,7 @@
23
  <div class="logo"><i class="fa-solid fa-brain"></i></div>
24
  <h1>Flexx: Your Homework Assistant</h1>
25
  <p>Stuck on a problem? Need help with a subject? Just ask! You can type, upload, or snap a photo of your question.</p>
26
- <div class="start-prompt">
27
- <p>Let's get started. What can I help you with today?</p>
28
- </div>
29
  </div>
30
  </div>
31
 
 
23
  <div class="logo"><i class="fa-solid fa-brain"></i></div>
24
  <h1>Flexx: Your Homework Assistant</h1>
25
  <p>Stuck on a problem? Need help with a subject? Just ask! You can type, upload, or snap a photo of your question.</p>
26
+
 
 
27
  </div>
28
  </div>
29