msg fix
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def bot(history):
|
|
70 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
71 |
# Title on top in middle of the page
|
72 |
|
73 |
-
gr.HTML("<h1 style='text-align: center;
|
74 |
|
75 |
chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot", label='Coursera Chatbot').style(height=500, container=False)
|
76 |
|
@@ -81,7 +81,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
|
81 |
# with gr.Column(scale=0.75):
|
82 |
txt = gr.Textbox(
|
83 |
label="Ask your question here",
|
84 |
-
placeholder="Enter text and press enter
|
85 |
).style(container=False)
|
86 |
|
87 |
# with gr.Column(scale=0.25):
|
|
|
70 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
71 |
# Title on top in middle of the page
|
72 |
|
73 |
+
gr.HTML("<h1 style='text-align: center;'>Course Assistant - 3D Printing Revolution</h1>")
|
74 |
|
75 |
chatbot = gr.Chatbot(get_first_message([]), elem_id="chatbot", label='Coursera Chatbot').style(height=500, container=False)
|
76 |
|
|
|
81 |
# with gr.Column(scale=0.75):
|
82 |
txt = gr.Textbox(
|
83 |
label="Ask your question here",
|
84 |
+
placeholder="Enter text and press enter", lines=1
|
85 |
).style(container=False)
|
86 |
|
87 |
# with gr.Column(scale=0.25):
|