QuantumLearner commited on
Commit
3211c4b
·
verified ·
1 Parent(s): f7897ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,7 +105,7 @@ st.markdown(
105
  margin-bottom: -10px;
106
  }
107
  .stTextInput > div > input {
108
- margin-top: -15px;
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("", "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):
 
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):