Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,6 @@ iface = gr.ChatInterface(
|
|
74 |
title="Claude Custom Assistant",
|
75 |
description="Chat with an AI assistant powered by Claude 3.5 Sonnet, customs instructions, and a reference document",
|
76 |
theme=anthropic_theme,
|
77 |
-
css=custom_css,
|
78 |
|
79 |
# Change examples as desired
|
80 |
examples=["What are the key ingredients of a well-planned lesson?", "What might be barriers to learning?", "How does learning happen in the classroom?"],
|
|
|
74 |
title="Claude Custom Assistant",
|
75 |
description="Chat with an AI assistant powered by Claude 3.5 Sonnet, customs instructions, and a reference document",
|
76 |
theme=anthropic_theme,
|
|
|
77 |
|
78 |
# Change examples as desired
|
79 |
examples=["What are the key ingredients of a well-planned lesson?", "What might be barriers to learning?", "How does learning happen in the classroom?"],
|