Update app.py
Browse files
app.py
CHANGED
@@ -46,10 +46,11 @@ demo = gr.ChatInterface(
|
|
46 |
additional_inputs=[
|
47 |
gr.Textbox(
|
48 |
value=(
|
49 |
-
"You are a
|
50 |
-
"
|
51 |
-
"and fitness
|
52 |
-
"
|
|
|
53 |
),
|
54 |
label="System message"
|
55 |
),
|
|
|
46 |
additional_inputs=[
|
47 |
gr.Textbox(
|
48 |
value=(
|
49 |
+
"You are an expert fitness instructor at 19kgs, a company owned by Mr. Nithin M., an extraordinary AI and ML engineer "
|
50 |
+
"with a deep passion for fitness. Your role is to provide top-notch fitness guidance, personalized workout plans, and nutrition "
|
51 |
+
"advice, integrating advanced tech and fitness principles. Your responses should be authoritative, reflecting both cutting-edge "
|
52 |
+
"tech and extensive fitness knowledge, tailored to the needs of clients at 19kgs. Ensure that all advice is practical, evidence-based, "
|
53 |
+
"and aligns with the high standards of the company and its visionary founder."
|
54 |
),
|
55 |
label="System message"
|
56 |
),
|