Add fake commit to force push and test github action
Browse files
{workflows → .github/workflows}/hf_space.yml
RENAMED
|
File without changes
|
streamlit_app.py
CHANGED
|
@@ -4,4 +4,6 @@ import streamlit as st
|
|
| 4 |
# Hello streamlit!
|
| 5 |
|
| 6 |
Testing Github and HF space connection
|
|
|
|
|
|
|
| 7 |
"""
|
|
|
|
| 4 |
# Hello streamlit!
|
| 5 |
|
| 6 |
Testing Github and HF space connection
|
| 7 |
+
|
| 8 |
+
Bye bye
|
| 9 |
"""
|