CognitiveScience commited on
Commit
0a5f18f
·
1 Parent(s): 7dd86cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ def respond3(message, chat_history):
111
  return "", chat_history
112
 
113
  with gr.Blocks() as demo:
114
- with gr.Row():
115
- with gr.Column():
116
  #cschatbot = gr.Chatbot()
117
  #csinp = gr.Textbox()
118
  #csout=cs(csinp)
 
111
  return "", chat_history
112
 
113
  with gr.Blocks() as demo:
114
+ #with gr.Row():
115
+ # with gr.Column():
116
  #cschatbot = gr.Chatbot()
117
  #csinp = gr.Textbox()
118
  #csout=cs(csinp)