diff --git a/client/.env.example b/client/.env.example
index a56114d..8ea88b9 100644
--- a/client/.env.example
+++ b/client/.env.example
@@ -8,7 +8,7 @@ PORT=3000
REACT_APP_SERVER_URL=https://localhost:5000
# System Message
-SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses as txt paragraphs."
+SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses only as text paragraphs. (no markdown)\n- Make clean production ready resposes."
# SSL Certificate and Key (if needed for local development)
# SSL_CRT_FILE=/etc/ssl/certs/localhost.pem
diff --git a/client/public/banner-1200x600.png b/client/public/banner-1200x600.png
new file mode 100644
index 0000000..09d6b08
Binary files /dev/null and b/client/public/banner-1200x600.png differ
diff --git a/client/public/banner.png b/client/public/banner.png
new file mode 100644
index 0000000..2147f99
Binary files /dev/null and b/client/public/banner.png differ
diff --git a/client/public/favicon_1.ico b/client/public/favicon_1.ico
deleted file mode 100644
index 31e8a80..0000000
Binary files a/client/public/favicon_1.ico and /dev/null differ
diff --git a/client/public/index.html b/client/public/index.html
index aa7cab8..6833889 100644
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -1,42 +1,47 @@
-
+
+
+
+
+
-
-
-
-
- Devabot
-
-
-
-
-
+ Devabot AI ✨
+
+
+
+
+
- You can add webfonts, meta tags, or analytics to this file.
- The build step will place the bundled scripts into the tag.
+
+
+
+
+
+
+
+
+
- To begin the development, run `npm start` or `yarn start`.
- To create a production bundle, use `npm run build` or `yarn build`.
- -->
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/client/public/logo192.png b/client/public/logo192.png
index fc44b0a..69e7dd4 100644
Binary files a/client/public/logo192.png and b/client/public/logo192.png differ
diff --git a/client/public/logo512.png b/client/public/logo512.png
index a4e47a6..8b5980c 100644
Binary files a/client/public/logo512.png and b/client/public/logo512.png differ
diff --git a/client/public/manifest.json b/client/public/manifest.json
index 080d6c7..1ee7551 100644
--- a/client/public/manifest.json
+++ b/client/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "Devablos",
+ "name": "Devablos Chatbot Project V2",
"icons": [
{
"src": "favicon.ico",
diff --git a/client/public/robots.txt b/client/public/robots.txt
index e9e57dc..7d329b1 100644
--- a/client/public/robots.txt
+++ b/client/public/robots.txt
@@ -1,3 +1 @@
-# https://www.robotstxt.org/robotstxt.html
User-agent: *
-Disallow:
diff --git a/server/.env.example b/server/.env.example
index e5e21f5..97d48ab 100644
--- a/server/.env.example
+++ b/server/.env.example
@@ -22,7 +22,7 @@ SSL_KEY_PATH=/etc/ssl/private/localhost-key.pem
SSL_CERT_PATH=/etc/ssl/certs/localhost.pem
# System Message
-SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses as txt paragraphs."
+SYSTEM_MESSAGE="You are Devabot ✨, a funny helpful assistant.\n- You tell the requested weather conditions at a specified location.\n- You format your responses only as text paragraphs. (no markdown)\n- Make clean production ready resposes."
# Use SSL
USE_SSL=true
\ No newline at end of file