Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ def chat(instruction):
|
|
| 60 |
|
| 61 |
# Streamlit UI
|
| 62 |
st.set_page_config(page_title="🐍 Python Tutor Chatbot")
|
| 63 |
-
st.title("🐍 Python Tutor Chatbot")
|
| 64 |
st.write("Ask me Python programming questions!")
|
| 65 |
|
| 66 |
user_input = st.text_area("Your question:")
|
|
|
|
| 60 |
|
| 61 |
# Streamlit UI
|
| 62 |
st.set_page_config(page_title="🐍 Python Tutor Chatbot")
|
| 63 |
+
st.title("🐍 Python Tutor Chatbot(LoRA")
|
| 64 |
st.write("Ask me Python programming questions!")
|
| 65 |
|
| 66 |
user_input = st.text_area("Your question:")
|