Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 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"):
|