Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -265,8 +265,8 @@ if not st.session_state.generation_complete:
|
|
| 265 |
with st.form("research_form"):
|
| 266 |
col1, col2 = st.columns(2)
|
| 267 |
with col1:
|
| 268 |
-
research_topic = st.text_input(t("origin"), placeholder="e.g.,
|
| 269 |
-
paper_title = st.text_input(t("destination"), placeholder="e.g.,
|
| 270 |
due_date = st.date_input(t("travel_dates"), min_value=datetime.now())
|
| 271 |
with col2:
|
| 272 |
paper_length = st.slider(t("duration"), min_value=5, max_value=50, value=10)
|
|
|
|
| 265 |
with st.form("research_form"):
|
| 266 |
col1, col2 = st.columns(2)
|
| 267 |
with col1:
|
| 268 |
+
research_topic = st.text_input(t("origin"), placeholder="e.g., Feasibility Study penggantian menyeluruh mesin produksi teh hitam", value="Feasibility Study penggantian menyeluruh mesin produksi teh hitam")
|
| 269 |
+
paper_title = st.text_input(t("destination"), placeholder="e.g., Penggantian Mesin Produksi Teh Hitam", value="Penggantian Mesin Produksi Teh Hitam")
|
| 270 |
due_date = st.date_input(t("travel_dates"), min_value=datetime.now())
|
| 271 |
with col2:
|
| 272 |
paper_length = st.slider(t("duration"), min_value=5, max_value=50, value=10)
|