Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,8 @@ def main():
|
|
119 |
}
|
120 |
</style>
|
121 |
""", unsafe_allow_html=True)
|
|
|
|
|
122 |
|
123 |
if "chat_history" not in st.session_state:
|
124 |
st.session_state['chat_history'] = []
|
|
|
119 |
}
|
120 |
</style>
|
121 |
""", unsafe_allow_html=True)
|
122 |
+
|
123 |
+
dynamic_question = "No question generated yet."
|
124 |
|
125 |
if "chat_history" not in st.session_state:
|
126 |
st.session_state['chat_history'] = []
|