Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import streamlit.components.v1 as components # Import Streamlit
|
3 |
from logic import *
|
4 |
import os
|
5 |
-
|
6 |
token = st.text_input("Open-AI-api-key")
|
7 |
|
8 |
|
|
|
2 |
import streamlit.components.v1 as components # Import Streamlit
|
3 |
from logic import *
|
4 |
import os
|
5 |
+
|
6 |
token = st.text_input("Open-AI-api-key")
|
7 |
|
8 |
|