Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
|
|
153 |
with gr.Column(scale=5):
|
154 |
gr.Markdown('# ๐ Self-Interpreting Models')
|
155 |
with gr.Accordion(
|
156 |
-
label='๐พ **This space is a simple introduction to the emerging trend of models interpreting their _own hidden states_ in free form natural language**!!
|
157 |
elem_classes=['explanation_accordion']
|
158 |
):
|
159 |
gr.Markdown(
|
|
|
153 |
with gr.Column(scale=5):
|
154 |
gr.Markdown('# ๐ Self-Interpreting Models')
|
155 |
with gr.Accordion(
|
156 |
+
label='๐พ <b> **This space is a simple introduction to the emerging trend of models interpreting their _own hidden states_ in free form natural language**!! </b>๐พ',
|
157 |
elem_classes=['explanation_accordion']
|
158 |
):
|
159 |
gr.Markdown(
|