Spaces:
Runtime error
Runtime error
Akshay Vs
commited on
Commit
•
07024ae
1
Parent(s):
0b540e1
Test UI
Browse files
app.py
CHANGED
@@ -30,5 +30,8 @@ if __name__ == "__main__":
|
|
30 |
with concurrent.futures.ThreadPoolExecutor() as executor:
|
31 |
executor.submit(type_text, result.replace(text,""))
|
32 |
|
33 |
-
|
34 |
-
st.
|
|
|
|
|
|
|
|
30 |
with concurrent.futures.ThreadPoolExecutor() as executor:
|
31 |
executor.submit(type_text, result.replace(text,""))
|
32 |
|
33 |
+
#Streamlit
|
34 |
+
st.title("Story AI")
|
35 |
+
st.markdown("<h1 style='text-align: center; color: white;'>I can generate intresting stories</h1>", unsafe_allow_html=True)
|
36 |
+
st.markdown('')
|
37 |
+
st.markdown('')
|