Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -152,9 +152,6 @@ chat_interface = gr.ChatInterface(
|
|
152 |
["What is the problem of consciousness in philosophy of mind?"],
|
153 |
],
|
154 |
title="Philosophy Chat with Llama 3.1",
|
155 |
-
theme=gr.themes.Default(
|
156 |
-
text_alignment="left",
|
157 |
-
),
|
158 |
chatbot=gr.Chatbot(
|
159 |
show_label=False,
|
160 |
avatar_images=(None, None),
|
|
|
152 |
["What is the problem of consciousness in philosophy of mind?"],
|
153 |
],
|
154 |
title="Philosophy Chat with Llama 3.1",
|
|
|
|
|
|
|
155 |
chatbot=gr.Chatbot(
|
156 |
show_label=False,
|
157 |
avatar_images=(None, None),
|