Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(css=css) as demo:
|
|
185 |
elem_id="follow-up-questions",
|
186 |
label="Follow up Quiestions"
|
187 |
)
|
188 |
-
|
189 |
placeholder="Type your initial question here...",
|
190 |
label="Initial Question"
|
191 |
)
|
|
|
185 |
elem_id="follow-up-questions",
|
186 |
label="Follow up Quiestions"
|
187 |
)
|
188 |
+
initial_question_input = gr.Textbox(
|
189 |
placeholder="Type your initial question here...",
|
190 |
label="Initial Question"
|
191 |
)
|