Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,6 +102,10 @@ st.markdown(
|
|
| 102 |
font-size:20px !important;
|
| 103 |
font-weight: bold;
|
| 104 |
color: green;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
}
|
| 106 |
</style>
|
| 107 |
""",
|
|
@@ -111,6 +115,7 @@ st.markdown(
|
|
| 111 |
st.markdown('<p class="big-green-font">Enter your research query:</p>', unsafe_allow_html=True)
|
| 112 |
query = st.text_input("", "What is the Latest in Investing using AI?", help="Type your research question or topic.")
|
| 113 |
|
|
|
|
| 114 |
with st.sidebar.expander("How to Use", expanded=False):
|
| 115 |
st.markdown("""
|
| 116 |
### How to Use
|
|
|
|
| 102 |
font-size:20px !important;
|
| 103 |
font-weight: bold;
|
| 104 |
color: green;
|
| 105 |
+
margin-bottom: -10px;
|
| 106 |
+
}
|
| 107 |
+
.stTextInput > div > input {
|
| 108 |
+
margin-top: -10px;
|
| 109 |
}
|
| 110 |
</style>
|
| 111 |
""",
|
|
|
|
| 115 |
st.markdown('<p class="big-green-font">Enter your research query:</p>', unsafe_allow_html=True)
|
| 116 |
query = st.text_input("", "What is the Latest in Investing using AI?", help="Type your research question or topic.")
|
| 117 |
|
| 118 |
+
|
| 119 |
with st.sidebar.expander("How to Use", expanded=False):
|
| 120 |
st.markdown("""
|
| 121 |
### How to Use
|