Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
78 |
#gr.HTML(title)
|
79 |
|
80 |
with gr.Row():
|
81 |
-
with gr.Column(scale=
|
82 |
-
gr.Image("
|
83 |
with gr.Column(scale=3):
|
84 |
gr.Markdown("""Command R is a large language model with open weights optimized for various use cases
|
85 |
including reasoning, summarization, and question answering. Command R is capable of multilingual generation
|
|
|
78 |
#gr.HTML(title)
|
79 |
|
80 |
with gr.Row():
|
81 |
+
with gr.Column(scale=2):
|
82 |
+
gr.Image("logo.png", elem_id="logo-img", show_label=False)
|
83 |
with gr.Column(scale=3):
|
84 |
gr.Markdown("""Command R is a large language model with open weights optimized for various use cases
|
85 |
including reasoning, summarization, and question answering. Command R is capable of multilingual generation
|