Arnasltlt commited on
Commit
3263fc8
1 Parent(s): 2770f19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -116,10 +116,12 @@ with gr.Blocks() as demo:
116
  inp=gr.Textbox(label='phone',value='+37068995284')
117
  number= gr.Textbox(label='Objective',value='Find out the order status of 134JAN42')
118
  btn = gr.Button('Send')
119
- with gr.Column():
120
- gr.Markdown('### The conversation')
121
- dt = gr.HTML(label="History")
122
- demo.load(get_history, inputs=inp, outputs=dt, every=5, queue=True)
 
 
123
  # with gr.Row():
124
  # final = gr.Textbox()
125
  # demo.load(final_answer, inputs=None, outputs=final, every=300, queue=True)
 
116
  inp=gr.Textbox(label='phone',value='+37068995284')
117
  number= gr.Textbox(label='Objective',value='Find out the order status of 134JAN42')
118
  btn = gr.Button('Send')
119
+ # gr.Markdown('### The conversation')
120
+ # dt = gr.HTML(label="History")
121
+ # demo.load(get_history, inputs=inp, outputs=dt, every=5, queue=True)
122
+ # with gr.Column():
123
+ #
124
+
125
  # with gr.Row():
126
  # final = gr.Textbox()
127
  # demo.load(final_answer, inputs=None, outputs=final, every=300, queue=True)