rohan13 commited on
Commit
baff0be
·
1 Parent(s): f424cff
Files changed (1) hide show
  1. app.py +2 -2
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;color: darkblue'>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,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, or upload an image", lines=1
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):