Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ st.markdown(
|
|
| 105 |
margin-bottom: -10px;
|
| 106 |
}
|
| 107 |
.stTextInput > div > input {
|
| 108 |
-
margin-top: -
|
| 109 |
}
|
| 110 |
</style>
|
| 111 |
""",
|
|
@@ -113,7 +113,7 @@ st.markdown(
|
|
| 113 |
)
|
| 114 |
|
| 115 |
st.markdown('<p class="big-green-font">Enter your research query:</p>', unsafe_allow_html=True)
|
| 116 |
-
query = st.text_input("", "
|
| 117 |
|
| 118 |
|
| 119 |
with st.sidebar.expander("How to Use", expanded=False):
|
|
|
|
| 105 |
margin-bottom: -10px;
|
| 106 |
}
|
| 107 |
.stTextInput > div > input {
|
| 108 |
+
margin-top: -25px;
|
| 109 |
}
|
| 110 |
</style>
|
| 111 |
""",
|
|
|
|
| 113 |
)
|
| 114 |
|
| 115 |
st.markdown('<p class="big-green-font">Enter your research query:</p>', unsafe_allow_html=True)
|
| 116 |
+
query = st.text_input("", "Why is the Stock Price of Nvidia Soaring?", help="Type your research question or topic.")
|
| 117 |
|
| 118 |
|
| 119 |
with st.sidebar.expander("How to Use", expanded=False):
|