Spaces:
Running
Running
alexander-hm
commited on
Commit
·
d1f5b25
1
Parent(s):
dc22415
Anonymize instructions
Browse files
app.py
CHANGED
@@ -88,7 +88,8 @@ button:hover {
|
|
88 |
# --- Build Gradio Interface ---
|
89 |
with gr.Blocks(css=custom_css) as demo:
|
90 |
with gr.Column(elem_id="container"):
|
91 |
-
gr.Markdown("##
|
|
|
92 |
query_input = gr.Textbox(label="Query", placeholder="Enter your query here...", lines=1)
|
93 |
with gr.Column():
|
94 |
submit_button = gr.Button("Submit")
|
|
|
88 |
# --- Build Gradio Interface ---
|
89 |
with gr.Blocks(css=custom_css) as demo:
|
90 |
with gr.Column(elem_id="container"):
|
91 |
+
gr.Markdown("## Anonymous Chatbot\n### Loaded Article: Generative Agents - Interactive Simulacra of Human Behavior (Park et al. 2023)\n [https://arxiv.org/pdf/2304.03442](https://arxiv.org/pdf/2304.03442)")
|
92 |
+
gr.Markdown("Enter any questions about the article above in the prompt!")
|
93 |
query_input = gr.Textbox(label="Query", placeholder="Enter your query here...", lines=1)
|
94 |
with gr.Column():
|
95 |
submit_button = gr.Button("Submit")
|