unclemusclez commited on
Commit
f418ae1
·
verified ·
1 Parent(s): 4173f17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(css=css) as demo:
135
  gr.Image(show_label=False),
136
  ],
137
  title="Create your own Ollama Models and Push them to the Ollama Library, blazingly fast ⚡!",
138
- description=ollama_pubkey_print,
139
  api_name=False
140
  )
141
 
 
135
  gr.Image(show_label=False),
136
  ],
137
  title="Create your own Ollama Models and Push them to the Ollama Library, blazingly fast ⚡!",
138
+ description="${ollama_pubkey_print}",
139
  api_name=False
140
  )
141