lukmanaj commited on
Commit
fe01c8c
·
verified ·
1 Parent(s): a4b3fb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: #a0a0a0; 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>
 
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>