Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -672,7 +672,7 @@ with gr.Blocks(css=css) as demo:
|
|
672 |
with gr.Row():
|
673 |
with gr.Column():
|
674 |
chatbot = gr.Chatbot(elem_id="chatbox")
|
675 |
-
input_message = gr.Textbox(show_label=False, placeholder="Enter your needs assessment question", visible=True
|
676 |
|
677 |
btn_submit = gr.Button("Submit")
|
678 |
#total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
|
|
|
672 |
with gr.Row():
|
673 |
with gr.Column():
|
674 |
chatbot = gr.Chatbot(elem_id="chatbox")
|
675 |
+
input_message = gr.Textbox(show_label=False, placeholder="Enter your needs assessment question", visible=True, container=False)
|
676 |
|
677 |
btn_submit = gr.Button("Submit")
|
678 |
#total_tokens_str = gr.Markdown(elem_id="total_tokens_str")
|