nos commited on
Commit
cb9ac6a
·
verified ·
1 Parent(s): deededf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
66
  undo_btn="Undo",
67
  clear_btn="Clear",
68
  )
69
-
70
  with gr.Tab("ELS"):
71
  with gr.Row():
72
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
 
66
  undo_btn="Undo",
67
  clear_btn="Clear",
68
  )
69
+ gr.Chatbot(elem_id='chatbot', height=500)
70
  with gr.Tab("ELS"):
71
  with gr.Row():
72
  text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)