Update ArcanaUI2.py
Browse files- ArcanaUI2.py +36 -1
ArcanaUI2.py
CHANGED
@@ -166,7 +166,42 @@ with gr.Blocks() as demo:
|
|
166 |
with gr.Tabs():
|
167 |
with gr.TabItem("Welcome Page"):
|
168 |
gr.Markdown("""
|
169 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
""")
|
171 |
|
172 |
with gr.TabItem("Chatbot"):
|
|
|
166 |
with gr.Tabs():
|
167 |
with gr.TabItem("Welcome Page"):
|
168 |
gr.Markdown("""
|
169 |
+
# Welcome to ArcanaUI v0.7 by the Indexademics Team
|
170 |
+
Program Base Powered by StandardCAS™
|
171 |
+
## Introduction
|
172 |
+
Welcome to Arcana, your dynamic study resource database! Our goal is to help students like you excel in your exams by providing quick and accurate answers to your study questions.
|
173 |
+
|
174 |
+
## How to Use
|
175 |
+
- Navigate to the 'Chatbot' tab to ask your study-related questions.
|
176 |
+
- Type your question into the textbox and press Enter.
|
177 |
+
- The chatbot will respond with helpful information.
|
178 |
+
- Use the 'Delete Previous' button to remove the last interaction or 'Clear' to reset the chat.
|
179 |
+
|
180 |
+
## Works Cited
|
181 |
+
Below is a sample citation in BibTeX format:
|
182 |
+
```
|
183 |
+
@article{Fan2023CELSIA,
|
184 |
+
title={CELSIA-Nylon},
|
185 |
+
author={Chengjui Fan},
|
186 |
+
journal={Conf-MLA 2023},
|
187 |
+
year={2023},
|
188 |
+
volume={NAN},
|
189 |
+
number={NAN},
|
190 |
+
pages={NAN},
|
191 |
+
publisher={Conf-MLA}
|
192 |
+
}
|
193 |
+
|
194 |
+
@misc{Indexademics,
|
195 |
+
title={indexademics Chatbot},
|
196 |
+
author={NAN},
|
197 |
+
journal={SHSID},
|
198 |
+
year={2024},
|
199 |
+
volume={NAN},
|
200 |
+
number={NAN},
|
201 |
+
pages={NAN},
|
202 |
+
publisher={Peer Advisor(PA) SHSID}
|
203 |
+
}
|
204 |
+
```
|
205 |
""")
|
206 |
|
207 |
with gr.TabItem("Chatbot"):
|