Spaces:
Sleeping
Sleeping
changing ui
Browse files
app.py
CHANGED
@@ -135,10 +135,10 @@ chat_interface = gr.ChatInterface(
|
|
135 |
["How does Kant's Categorical Imperative work?"],
|
136 |
["What is the problem of consciousness in philosophy of mind?"],
|
137 |
],
|
138 |
-
title="Philosophy Chat with Llama 3.1",
|
139 |
)
|
140 |
|
141 |
with gr.Blocks(css="style.css") as demo:
|
|
|
142 |
gr.Markdown(DESCRIPTION)
|
143 |
gr.DuplicateButton(
|
144 |
value="Duplicate Space for private use",
|
|
|
135 |
["How does Kant's Categorical Imperative work?"],
|
136 |
["What is the problem of consciousness in philosophy of mind?"],
|
137 |
],
|
|
|
138 |
)
|
139 |
|
140 |
with gr.Blocks(css="style.css") as demo:
|
141 |
+
gr.Markdown("# Philosophy Chat with Llama 3.1")
|
142 |
gr.Markdown(DESCRIPTION)
|
143 |
gr.DuplicateButton(
|
144 |
value="Duplicate Space for private use",
|