JRQi commited on
Commit
595c894
1 Parent(s): 23fba7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -153,11 +153,11 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
153
 
154
  chat_button_2.click(func1_written, inputs=[text_written, slider_1_3, lang_written], outputs=[interpretation4, slider_1_4, chatbot2])
155
 
156
- with gr.Tab("Human or Machine"):
157
- with gr.Row():
158
- text_input_2 = gr.Textbox()
159
- text_output_2 = gr.Label()
160
- text_button_2 = gr.Button("Check")
161
 
162
 
163
  with gr.Tab("Male or Female"):
 
153
 
154
  chat_button_2.click(func1_written, inputs=[text_written, slider_1_3, lang_written], outputs=[interpretation4, slider_1_4, chatbot2])
155
 
156
+ # with gr.Tab("Human or Machine"):
157
+ # with gr.Row():
158
+ # text_input_2 = gr.Textbox()
159
+ # text_output_2 = gr.Label()
160
+ # text_button_2 = gr.Button("Check")
161
 
162
 
163
  with gr.Tab("Male or Female"):