Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -207,7 +207,7 @@
|
|
207 |
<input type="checkbox" id="memory-toggle">
|
208 |
<span class="slider"></span>
|
209 |
</label>
|
210 |
-
<input type="text" id="user-input" name="user_input" placeholder="Enter your message, use the switch to toggle smart mode for faster responses but less memory. Cannot provide financial/legal advice.">
|
211 |
<button type="submit" id="send-button"><i class="fas fa-paper-plane"></i> Send</button>
|
212 |
</form>
|
213 |
<div id="loading-message" style="display: none;">Prompt received. Generating response...</div>
|
|
|
207 |
<input type="checkbox" id="memory-toggle">
|
208 |
<span class="slider"></span>
|
209 |
</label>
|
210 |
+
<input type="text" id="user-input" name="user_input" placeholder="Enter your message, use the switch to toggle smart mode for faster responses but less memory. Do not enter sensitive info. Cannot provide financial/legal advice.">
|
211 |
<button type="submit" id="send-button"><i class="fas fa-paper-plane"></i> Send</button>
|
212 |
</form>
|
213 |
<div id="loading-message" style="display: none;">Prompt received. Generating response...</div>
|