Update app.py
Browse files
app.py
CHANGED
@@ -48,15 +48,15 @@ def respond(
|
|
48 |
repo=respond
|
49 |
print(repo)
|
50 |
"""
|
51 |
-
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
52 |
"""
|
53 |
|
54 |
-
#question={"role": "user", "content": message}
|
55 |
#prompt=pip(question,docs_text, docs_embeddings,mots_a_verifier,vector_db)
|
56 |
#print(prompt)
|
57 |
custom_css = """
|
58 |
.gradio-container {
|
59 |
-
background-color: #
|
60 |
}
|
61 |
.gradio-title {
|
62 |
color: #EF4040;
|
|
|
48 |
repo=respond
|
49 |
print(repo)
|
50 |
"""
|
51 |
+
For information on how to customize the ChatInterface, EB455F peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
52 |
"""
|
53 |
|
54 |
+
#question={"role": "user", "content": message}
|
55 |
#prompt=pip(question,docs_text, docs_embeddings,mots_a_verifier,vector_db)
|
56 |
#print(prompt)
|
57 |
custom_css = """
|
58 |
.gradio-container {
|
59 |
+
background-color: #D71313;
|
60 |
}
|
61 |
.gradio-title {
|
62 |
color: #EF4040;
|