Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def create_interface():
|
|
60 |
submit_btn.click(respond, [msg, chatbot], [chatbot, msg])
|
61 |
|
62 |
gr.HTML("""
|
63 |
-
<div style="text-align: center; margin-top: 20px; padding: 10px; background-color: #
|
64 |
<p><strong>🎯 Game Tips:</strong></p>
|
65 |
<p>• Use natural language to describe your actions</p>
|
66 |
<p>• Interact with NPCs to learn about the world</p>
|
|
|
60 |
submit_btn.click(respond, [msg, chatbot], [chatbot, msg])
|
61 |
|
62 |
gr.HTML("""
|
63 |
+
<div style="text-align: center; margin-top: 20px; padding: 10px; background-color: #aba0ab; border-radius: 10px;">
|
64 |
<p><strong>🎯 Game Tips:</strong></p>
|
65 |
<p>• Use natural language to describe your actions</p>
|
66 |
<p>• Interact with NPCs to learn about the world</p>
|