Spaces:
Running
Running
admin commited on
Commit ·
c3af3ff
1
Parent(s): a692119
fix cp btn
Browse files
app.py
CHANGED
|
@@ -57,8 +57,8 @@ if __name__ == "__main__":
|
|
| 57 |
gr.Textbox(label=_L("模式"), value="auto2en"),
|
| 58 |
],
|
| 59 |
outputs=[
|
| 60 |
-
gr.Textbox(label=_L("状态栏"), buttons=["
|
| 61 |
-
gr.TextArea(label=_L("翻译结果"), buttons=["
|
| 62 |
],
|
| 63 |
flagging_mode="never",
|
| 64 |
examples=[
|
|
|
|
| 57 |
gr.Textbox(label=_L("模式"), value="auto2en"),
|
| 58 |
],
|
| 59 |
outputs=[
|
| 60 |
+
gr.Textbox(label=_L("状态栏"), buttons=["copy"]),
|
| 61 |
+
gr.TextArea(label=_L("翻译结果"), buttons=["fullscreen", "copy"]),
|
| 62 |
],
|
| 63 |
flagging_mode="never",
|
| 64 |
examples=[
|