Spaces:
Runtime error
Runtime error
martianband1t
commited on
Commit
•
d926e1e
1
Parent(s):
74587fe
Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,6 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
8 |
|
9 |
css = """
|
10 |
-
body, html {
|
11 |
-
height: 100%;
|
12 |
-
margin: 0;
|
13 |
-
font-family: Arial, Helvetica, sans-serif;
|
14 |
-
}
|
15 |
.container {
|
16 |
min-height: 100%;
|
17 |
background-image: url('./favicon.jpg/'); /* Remplacez 'path_to_your_image.jpg' par le chemin de votre image */
|
|
|
7 |
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
8 |
|
9 |
css = """
|
|
|
|
|
|
|
|
|
|
|
10 |
.container {
|
11 |
min-height: 100%;
|
12 |
background-image: url('./favicon.jpg/'); /* Remplacez 'path_to_your_image.jpg' par le chemin de votre image */
|