Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,12 +254,12 @@ td.svelte-p5q82i.svelte-p5q82i.svelte-p5q82i{
|
|
| 254 |
width: 600px;
|
| 255 |
}
|
| 256 |
"""
|
|
|
|
| 257 |
|
| 258 |
with gr.Blocks(css=css) as demo:
|
| 259 |
gr.HTML("""
|
| 260 |
-
<img src='https://dlnlp.ai/img/itrustai.png' width='25%' align="left" style="vertical-align: top;">
|
| 261 |
|
| 262 |
-
<img src='https://dlnlp.ai/img/interpares_chat.jpg' width='
|
| 263 |
""")
|
| 264 |
|
| 265 |
|
|
@@ -283,8 +283,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 283 |
# Adding examples for the Chat tab
|
| 284 |
chat_examples = gr.Examples(
|
| 285 |
examples=[
|
| 286 |
-
["what is InterPARES
|
| 287 |
-
["what is the different between InterPARES Trust AI and InterPARES?",""],
|
| 288 |
["what is the definition of record?",""],
|
| 289 |
["Can you explain the concept of survey design?",""],
|
| 290 |
["What are the groups of intrinsic elements in a record?",""],
|
|
@@ -334,8 +334,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 334 |
# Adding examples for the Chat tab
|
| 335 |
chat_examples = gr.Examples(
|
| 336 |
examples=[
|
| 337 |
-
["what is InterPARES
|
| 338 |
-
["what is the different between InterPARES Trust AI and InterPARES?",""],
|
| 339 |
["what is the definition of record?",""],
|
| 340 |
["Can you explain the concept of survey design?",""],
|
| 341 |
["What are the groups of intrinsic elements in a record?",""],
|
|
|
|
| 254 |
width: 600px;
|
| 255 |
}
|
| 256 |
"""
|
| 257 |
+
# <img src='https://dlnlp.ai/img/itrustai.png' width='25%' align="left" style="vertical-align: top;">
|
| 258 |
|
| 259 |
with gr.Blocks(css=css) as demo:
|
| 260 |
gr.HTML("""
|
|
|
|
| 261 |
|
| 262 |
+
<img src='https://dlnlp.ai/img/interpares_chat.jpg' width='30%' align="right" style="vertical-align: top;">
|
| 263 |
""")
|
| 264 |
|
| 265 |
|
|
|
|
| 283 |
# Adding examples for the Chat tab
|
| 284 |
chat_examples = gr.Examples(
|
| 285 |
examples=[
|
| 286 |
+
["what is InterPARES?", ""],
|
| 287 |
+
# ["what is the different between InterPARES Trust AI and InterPARES?",""],
|
| 288 |
["what is the definition of record?",""],
|
| 289 |
["Can you explain the concept of survey design?",""],
|
| 290 |
["What are the groups of intrinsic elements in a record?",""],
|
|
|
|
| 334 |
# Adding examples for the Chat tab
|
| 335 |
chat_examples = gr.Examples(
|
| 336 |
examples=[
|
| 337 |
+
["what is InterPARES?", ""],
|
| 338 |
+
# ["what is the different between InterPARES Trust AI and InterPARES?",""],
|
| 339 |
["what is the definition of record?",""],
|
| 340 |
["Can you explain the concept of survey design?",""],
|
| 341 |
["What are the groups of intrinsic elements in a record?",""],
|