Spaces:
Runtime error
Runtime error
formatting change
Browse files
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()
|