Update app.py
Browse files
app.py
CHANGED
@@ -117,13 +117,14 @@ css = '''
|
|
117 |
margin-top: 10px;
|
118 |
background: pink;
|
119 |
}
|
120 |
-
.bubble > textarea{
|
121 |
border: none;
|
122 |
background: pink;
|
123 |
}
|
124 |
|
125 |
-
.explanation_accordion{
|
126 |
font-weight: bold;
|
|
|
127 |
}
|
128 |
|
129 |
'''
|
@@ -153,7 +154,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='๐พ
|
157 |
elem_classes=['explanation_accordion']
|
158 |
):
|
159 |
gr.Markdown(
|
|
|
117 |
margin-top: 10px;
|
118 |
background: pink;
|
119 |
}
|
120 |
+
.bubble > textarea {
|
121 |
border: none;
|
122 |
background: pink;
|
123 |
}
|
124 |
|
125 |
+
.explanation_accordion {
|
126 |
font-weight: bold;
|
127 |
+
text-align: start;
|
128 |
}
|
129 |
|
130 |
'''
|
|
|
154 |
with gr.Column(scale=5):
|
155 |
gr.Markdown('# ๐ Self-Interpreting Models')
|
156 |
with gr.Accordion(
|
157 |
+
label='๐พ This space is a simple introduction to the emerging trend of models interpreting their OWN hidden states in free form natural language!!๐พ',
|
158 |
elem_classes=['explanation_accordion']
|
159 |
):
|
160 |
gr.Markdown(
|