Update app.py
Browse files
app.py
CHANGED
@@ -13,11 +13,9 @@ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
|
13 |
# client = InferenceClient("nvidia/DeepSeek-R1-FP4")
|
14 |
|
15 |
custom_css = """
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
}
|
20 |
-
</style>
|
21 |
"""
|
22 |
|
23 |
def respond(
|
|
|
13 |
# client = InferenceClient("nvidia/DeepSeek-R1-FP4")
|
14 |
|
15 |
custom_css = """
|
16 |
+
.built-with {
|
17 |
+
display: none !important;
|
18 |
+
}
|
|
|
|
|
19 |
"""
|
20 |
|
21 |
def respond(
|