Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,8 +50,8 @@ def chat_with_nietzsche(user_input):
|
|
| 50 |
|
| 51 |
# Streamlit app
|
| 52 |
def main():
|
| 53 |
-
st.title("Nietzsche
|
| 54 |
-
st.markdown("
|
| 55 |
|
| 56 |
# Initialize session state for conversation history
|
| 57 |
if "history" not in st.session_state:
|
|
@@ -67,8 +67,8 @@ def main():
|
|
| 67 |
<div style="
|
| 68 |
font-size: 16px;
|
| 69 |
font-family: Arial, sans-serif;
|
| 70 |
-
color: #
|
| 71 |
-
|
| 72 |
padding: 10px;
|
| 73 |
border-radius: 5px;
|
| 74 |
margin: 5px 0;
|
|
|
|
| 50 |
|
| 51 |
# Streamlit app
|
| 52 |
def main():
|
| 53 |
+
st.title("Nietzsche dihidupkan oleh HERTOG akan jawab dari neraka")
|
| 54 |
+
st.markdown("Tanya Friedrich Nietzsche anything, and he will respond from his philosophical perspective.")
|
| 55 |
|
| 56 |
# Initialize session state for conversation history
|
| 57 |
if "history" not in st.session_state:
|
|
|
|
| 67 |
<div style="
|
| 68 |
font-size: 16px;
|
| 69 |
font-family: Arial, sans-serif;
|
| 70 |
+
color: #000000; /* black font color */
|
| 71 |
+
|
| 72 |
padding: 10px;
|
| 73 |
border-radius: 5px;
|
| 74 |
margin: 5px 0;
|