Spaces:
Sleeping
Sleeping
Raj Jayendrakumar Muchhala commited on
Commit ·
06dc3be
1
Parent(s): f2d0ca0
update streamlit port reverse
Browse files
app.py
CHANGED
|
@@ -2,10 +2,6 @@ import streamlit as st
|
|
| 2 |
from openai import OpenAI
|
| 3 |
from prompts import SYSTEM_MESSAGE, USER_MESSAGE
|
| 4 |
import json
|
| 5 |
-
import os
|
| 6 |
-
|
| 7 |
-
# Set Streamlit to use port 7860
|
| 8 |
-
os.system("streamlit run app.py --server.port 7860")
|
| 9 |
|
| 10 |
# Set Streamlit layout to wide mode
|
| 11 |
st.set_page_config(layout="wide")
|
|
|
|
| 2 |
from openai import OpenAI
|
| 3 |
from prompts import SYSTEM_MESSAGE, USER_MESSAGE
|
| 4 |
import json
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
# Set Streamlit layout to wide mode
|
| 7 |
st.set_page_config(layout="wide")
|