cafierom commited on
Commit
8b3ac93
·
verified ·
1 Parent(s): 81e8874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ ADME properties of a molecule.
106
  tools = gr.Radio(choices = ["Yes", "No"],label="Use CafChem tools?",
107
  interactive=True)
108
 
109
- gr.Chatbot()
110
 
111
  with gr.Row():
112
  msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)
 
106
  tools = gr.Radio(choices = ["Yes", "No"],label="Use CafChem tools?",
107
  interactive=True)
108
 
109
+ chatbot = gr.Chatbot()
110
 
111
  with gr.Row():
112
  msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)