hbfreed commited on
Commit
a737ae9
1 Parent(s): 9fe97b6

formatting change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,6 +142,6 @@ with gr.Blocks(title="Picklebot") as demo:
142
 
143
  Here's the [GitHub](https://github.com/hbfreed/Picklebot) for the project.
144
 
145
- Here's my [LinkedIn](https://www.linkedin.com/in/hbfreed/)""")
146
  if __name__ == "__main__":
147
  demo.launch()
 
142
 
143
  Here's the [GitHub](https://github.com/hbfreed/Picklebot) for the project.
144
 
145
+ Here's my [LinkedIn](https://www.linkedin.com/in/hbfreed/) if you want to connect.""")
146
  if __name__ == "__main__":
147
  demo.launch()