Spaces:
Sleeping
Sleeping
Sandaruth
commited on
Commit
•
d9b3134
1
Parent(s):
44e7e6d
final
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def main():
|
|
28 |
|
29 |
# Chat area -----------------------------------------------------------------------
|
30 |
|
31 |
-
user_input = st.text_input("", key="user_input")
|
32 |
# JavaScript code to submit the form on Enter key press
|
33 |
js_submit = f"""
|
34 |
document.addEventListener("keydown", function(event) {{
|
|
|
28 |
|
29 |
# Chat area -----------------------------------------------------------------------
|
30 |
|
31 |
+
user_input = st.text_input("", key="user_input",placeholder="Type your question here...")
|
32 |
# JavaScript code to submit the form on Enter key press
|
33 |
js_submit = f"""
|
34 |
document.addEventListener("keydown", function(event) {{
|