Commit
·
3b2d0a1
1
Parent(s):
deaf949
Fix formatting issue in app.py
Browse files
app.py
CHANGED
@@ -69,8 +69,7 @@ with gr.Blocks() as demo:
|
|
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>
|
|
|
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>
|