rameshmoorthy commited on
Commit
1badb69
·
verified ·
1 Parent(s): 1915f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(title="Science Chatbot", theme=gr.themes.Default(primary_hue="cya
93
  </center>
94
  """)
95
 
96
- chatbot = gr.Chatbot(label="Conversation", bubble_full_width=False)
97
  with gr.Row():
98
  query = gr.Textbox(label="Ask a Science Question", placeholder="E.g., What is an ionic bond?", show_label=False)
99
  submit_btn = gr.Button("Submit", variant="primary")
 
93
  </center>
94
  """)
95
 
96
+ chatbot = gr.Chatbot(label="Conversation")
97
  with gr.Row():
98
  query = gr.Textbox(label="Ask a Science Question", placeholder="E.g., What is an ionic bond?", show_label=False)
99
  submit_btn = gr.Button("Submit", variant="primary")