sumedhphadke commited on
Commit
55511d7
·
1 Parent(s): 9ecf75b

updated look and readme

Browse files
Files changed (5) hide show
  1. .chainlit/config.toml +5 -5
  2. Dockerfile +3 -0
  3. Tribe77_logo.png +0 -0
  4. chainlit.md +33 -3
  5. public/logo.png +0 -0
.chainlit/config.toml CHANGED
@@ -91,7 +91,7 @@ allowed_executables = ["npx", "uvx"]
91
  # Name of the assistant.
92
  name = "Design Thinking Coach"
93
 
94
- # default_theme = "dark"
95
 
96
  # Force a specific language for all users (e.g., "en-US", "he-IL", "fr-FR")
97
  # If not set, the browser's language will be used
@@ -102,10 +102,10 @@ name = "Design Thinking Coach"
102
  # default_sidebar_state = "open"
103
 
104
  # Description of the assistant. This is used for HTML tags.
105
- # description = ""
106
 
107
  # Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
108
- cot = "full"
109
 
110
  # Specify a CSS file that can be used to customize the user interface.
111
  # The CSS file can be served from the public directory or via an external link.
@@ -138,10 +138,10 @@ alert_style = "classic"
138
  # custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
139
 
140
  # Load assistant logo directly from URL.
141
- logo_file_url = ""
142
 
143
  # Load assistant avatar image directly from URL.
144
- default_avatar_file_url = ""
145
 
146
  # Specify a custom build directory for the frontend.
147
  # This can be used to customize the frontend code.
 
91
  # Name of the assistant.
92
  name = "Design Thinking Coach"
93
 
94
+ default_theme = "light"
95
 
96
  # Force a specific language for all users (e.g., "en-US", "he-IL", "fr-FR")
97
  # If not set, the browser's language will be used
 
102
  # default_sidebar_state = "open"
103
 
104
  # Description of the assistant. This is used for HTML tags.
105
+ description = "AI-powered Design Thinking Coach to guide your team through creative problem-solving"
106
 
107
  # Chain of Thought (CoT) display mode. Can be "hidden", "tool_call" or "full".
108
+ cot = "hidden"
109
 
110
  # Specify a CSS file that can be used to customize the user interface.
111
  # The CSS file can be served from the public directory or via an external link.
 
138
  # custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
139
 
140
  # Load assistant logo directly from URL.
141
+ logo_file_url = "/public/logo.png"
142
 
143
  # Load assistant avatar image directly from URL.
144
+ default_avatar_file_url = "/public/logo.png"
145
 
146
  # Specify a custom build directory for the frontend.
147
  # This can be used to customize the frontend code.
Dockerfile CHANGED
@@ -16,6 +16,9 @@ COPY chainlit.md .
16
  # Copy Chainlit configuration (with customizations)
17
  COPY .chainlit/ .chainlit/
18
 
 
 
 
19
  # Expose port 7860 (required for Hugging Face Spaces)
20
  EXPOSE 7860
21
 
 
16
  # Copy Chainlit configuration (with customizations)
17
  COPY .chainlit/ .chainlit/
18
 
19
+ # Copy public assets (logo, etc.)
20
+ COPY public/ public/
21
+
22
  # Expose port 7860 (required for Hugging Face Spaces)
23
  EXPOSE 7860
24
 
Tribe77_logo.png ADDED
chainlit.md CHANGED
@@ -1,5 +1,35 @@
1
- # Welcome! 👋
2
 
3
- I'm your Design Thinking Coach, here to guide you through the creative problem-solving process.
4
 
5
- Let's start by understanding what you're working on.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Welcome to Design Thinking Coach 🚀
2
 
3
+ Your AI guide for navigating the Design Thinking process with your team.
4
 
5
+ ## What I Do
6
+
7
+ I help **small teams (3-5 people)** move through the six phases of Design Thinking:
8
+
9
+ 1. **🗺️ Phenomenon Mapping** - Understand the broader landscape
10
+ 2. **👥 Empathy & Discovery** - Deep dive into user needs and context
11
+ 3. **🎯 Problem Definition** - Articulate the right problem to solve
12
+ 4. **💡 Ideation** - Generate diverse solution concepts
13
+ 5. **🛠️ Prototyping** - Make ideas tangible and testable
14
+ 6. **🧪 Testing** - Learn from user feedback and iterate
15
+
16
+ ## How I Work
17
+
18
+ I **guide discovery, not deliver answers**. Think of me as your facilitator who:
19
+
20
+ - Asks probing questions to sharpen your thinking
21
+ - Helps you recognize patterns and avoid common pitfalls
22
+ - Challenges assumptions constructively
23
+ - Keeps you focused on the right work at the right time
24
+
25
+ **I won't:** Give you solutions, lecture about methodology, or make decisions for you.
26
+
27
+ **You bring:** Domain expertise, user access, creative judgment, and decision authority.
28
+
29
+ ## Let's Get Started
30
+
31
+ Ready to dive in? Just tell me what your team is working on, and we'll take it from there.
32
+
33
+ ---
34
+
35
+ *Powered by Tribe77*
public/logo.png ADDED