Skip to content

Commit

Permalink
Improve the description of the main page
Browse files Browse the repository at this point in the history
  • Loading branch information
anasserhussien committed Apr 28, 2024
1 parent 36aff1e commit 45b854b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}
.description {
margin-bottom: 20px;
text-align: center;
max-width: 600px;
text-align: justify;
}
Expand Down Expand Up @@ -82,8 +81,10 @@
<body>
<div class="title">WikiChat</div>
<p class="description">Welcome to WikiChat, where every question sparks a conversation. Send us a Wikipedia article, and our AI-powered chatbot comes to life, ready to discuss the topic with you in detail. Whether you're curious about historical events, scientific concepts, or cultural phenomena, WikiChat provides you with engaging and informative responses. Start chatting and join the adventure of learning today!</p>
<br>
<p class="description">Pick any article from: <a href="https://en.wikipedia.org" target="_blank">https://en.wikipedia.org</a> and put the URL in the below box.</p>
<div class="input-container">
<textarea class="input-field" placeholder="Paste your Wikipedia article" id="article-text"></textarea>
<textarea class="input-field" placeholder="Paste your Wikipedia article URL" id="article-text"></textarea>
<button class="send-button" type="submit" onclick="sendArticle()">Send</button>
<br>
<div id="loading" style="display:none; text-align:center;">
Expand Down

0 comments on commit 45b854b

Please sign in to comment.