Spaces:
Sleeping
Sleeping
ASG Models commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -322,7 +322,7 @@ class DataViewerApp:
|
|
| 322 |
txt_text_cvc=gr.Text("Text" )
|
| 323 |
but_send_cvc=gr.Button("Send",size="sm")
|
| 324 |
with gr.TabItem("DateSet"):
|
| 325 |
-
self.txt_filepath_dir=gr.Text("link dir",interactive=True)
|
| 326 |
#self.txt_text=gr.Text("Text" )
|
| 327 |
self.but_send_dir=gr.Button("Send",size="sm")
|
| 328 |
with gr.TabItem("Dir"):
|
|
|
|
| 322 |
txt_text_cvc=gr.Text("Text" )
|
| 323 |
but_send_cvc=gr.Button("Send",size="sm")
|
| 324 |
with gr.TabItem("DateSet"):
|
| 325 |
+
self.txt_filepath_dir=gr.Text(placeholder="link dir",interactive=True)
|
| 326 |
#self.txt_text=gr.Text("Text" )
|
| 327 |
self.but_send_dir=gr.Button("Send",size="sm")
|
| 328 |
with gr.TabItem("Dir"):
|