Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,11 @@ st.title("Welcome to the Streamlit Super Fun Guide 🎉")
|
|
| 27 |
|
| 28 |
# Add a limerick
|
| 29 |
st.write("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
There once was a coder so bright,
|
| 31 |
Who coded with all of their might.
|
| 32 |
With Streamlit's delight,
|
|
|
|
| 27 |
|
| 28 |
# Add a limerick
|
| 29 |
st.write("""
|
| 30 |
+
|
| 31 |
+
Reference Papers:
|
| 32 |
+
https://arxiv.org/abs/2307.07635
|
| 33 |
+
https://arxiv.org/pdf/2307.07635
|
| 34 |
+
|
| 35 |
There once was a coder so bright,
|
| 36 |
Who coded with all of their might.
|
| 37 |
With Streamlit's delight,
|