dar-tau commited on
Commit
ada2e9d
ยท
verified ยท
1 Parent(s): 9bbf095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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='๐Ÿ‘พ <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(
 
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(