Commit
·
deaf949
1
Parent(s):
452f1b7
Fix formatting issue in app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,8 @@ with gr.Blocks() as demo:
|
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
gr.Markdown("CodeLLAMA 34B Free Demo")
|
72 |
-
description=
|
|
|
73 |
<div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
|
74 |
<strong>Explore the Capabilities of CodeLLAMA 34B</strong>
|
75 |
</div>
|
|
|
69 |
with gr.Row():
|
70 |
with gr.Column():
|
71 |
gr.Markdown("CodeLLAMA 34B Free Demo")
|
72 |
+
description=
|
73 |
+
"""
|
74 |
<div style="text-align: center; font-size: 1.5em; margin-bottom: 20px;">
|
75 |
<strong>Explore the Capabilities of CodeLLAMA 34B</strong>
|
76 |
</div>
|