aisuko commited on
Commit
06bb4ad
1 Parent(s): f969997

Fix notebook links

Browse files

Signed-off-by: Aisuko <urakiny@gmail.com>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as blocks:
113
 
114
  This code cannot be runable because of the low resource. So, it is aimed to show the the componnets of the UI only.
115
 
116
- If you want to run the Code, please go to Kaggle <a href="https://www.kaggle.com/code/aisuko/text-to-image-qr-code-generator/notebook" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
117
  """
118
  )
119
 
 
113
 
114
  This code cannot be runable because of the low resource. So, it is aimed to show the the componnets of the UI only.
115
 
116
+ If you want to run the Code, please go to the Kaggle notebook [https://www.kaggle.com/code/aisuko/text-to-image-qr-code-generator/notebook](https://www.kaggle.com/code/aisuko/text-to-image-qr-code-generator/notebook)
117
  """
118
  )
119