Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
|
|
| 194 |
# btn.click(reset_new_model, [global_state])
|
| 195 |
|
| 196 |
with gr.Blocks():
|
| 197 |
-
gr.
|
| 198 |
Here are some examples of prompts we can analyze their internal representations
|
| 199 |
''')
|
| 200 |
with gr.Tab('Memory Recall'):
|
|
|
|
| 194 |
# btn.click(reset_new_model, [global_state])
|
| 195 |
|
| 196 |
with gr.Blocks():
|
| 197 |
+
gr.Markdown('''
|
| 198 |
Here are some examples of prompts we can analyze their internal representations
|
| 199 |
''')
|
| 200 |
with gr.Tab('Memory Recall'):
|