Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
import os
|
5 |
import streamlit as st
|
6 |
import json
|
@@ -77,7 +74,7 @@ def get_system_prompt():
|
|
77 |
|
78 |
|
79 |
def chatbot_interface():
|
80 |
-
st.title("
|
81 |
|
82 |
# 모델 고정 설정
|
83 |
if "ai_model" not in st.session_state:
|
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
import json
|
|
|
74 |
|
75 |
|
76 |
def chatbot_interface():
|
77 |
+
st.title("Ginigen Blog")
|
78 |
|
79 |
# 모델 고정 설정
|
80 |
if "ai_model" not in st.session_state:
|