Spaces:
Sleeping
Sleeping
Update app/templates/index.html
Browse files- app/templates/index.html +1 -1
app/templates/index.html
CHANGED
@@ -102,7 +102,7 @@
|
|
102 |
<form action="{{ url_for('email_input_root') }}">
|
103 |
<button>Email Subject Generator</button>
|
104 |
</form>
|
105 |
-
|
106 |
<button>AI ML Question Answering Chatbot</button>
|
107 |
</form>
|
108 |
</div>
|
|
|
102 |
<form action="{{ url_for('email_input_root') }}">
|
103 |
<button>Email Subject Generator</button>
|
104 |
</form>
|
105 |
+
<form action="{{ url_for('question_input_root') }}">
|
106 |
<button>AI ML Question Answering Chatbot</button>
|
107 |
</form>
|
108 |
</div>
|