Spaces:
Runtime error
Runtime error
nos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ with gr.Blocks() as demo:
|
|
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)
|
|
|
66 |
undo_btn="Undo",
|
67 |
clear_btn="Clear",
|
68 |
)
|
|
|
69 |
with gr.Tab("ELS"):
|
70 |
with gr.Row():
|
71 |
text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS",scale=3)
|