Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,11 +122,10 @@ css += share_btn_css + monospace_css + ".gradio-container {color: black}"
|
|
122 |
|
123 |
description = """
|
124 |
<div style="text-align: center;">
|
125 |
-
<h1>
|
126 |
</div>
|
127 |
<div style="text-align: left;">
|
128 |
-
|
129 |
-
<p>For a chat demo of the largest Code Llama model (34B parameters), you can now <a href="https://huggingface.co/chat/">select Code Llama in Hugging Chat!</a></p>
|
130 |
</div>
|
131 |
"""
|
132 |
|
|
|
122 |
|
123 |
description = """
|
124 |
<div style="text-align: center;">
|
125 |
+
<h1> Code Playground</h1>
|
126 |
</div>
|
127 |
<div style="text-align: left;">
|
128 |
+
|
|
|
129 |
</div>
|
130 |
"""
|
131 |
|