Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def respond(
|
|
51 |
title = "<h1 style='text-align: center;'>Corenet</h1>"
|
52 |
|
53 |
# Add a description under the title
|
54 |
-
description = "<p style='text-align: center; font-size: 14px;'>This is a research project under the codename
|
55 |
|
56 |
# Modify the pre-prompt to be editable but greyed out
|
57 |
pre_prompt = gr.Textbox(
|
|
|
51 |
title = "<h1 style='text-align: center;'>Corenet</h1>"
|
52 |
|
53 |
# Add a description under the title
|
54 |
+
description = "<p style='text-align: center; font-size: 14px;'>This is a research project under the codename Corenet, aiming for minimal parameters at given performance level, made by HX labs, all the conversation data is collected for research only.</p>"
|
55 |
|
56 |
# Modify the pre-prompt to be editable but greyed out
|
57 |
pre_prompt = gr.Textbox(
|