Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ body {
|
|
104 |
background-color: #1a1a1a;
|
105 |
color: #e0e0e0;
|
106 |
}
|
107 |
-
#input-hs
|
108 |
background-color: #2c2c2c;
|
109 |
color: #e0e0e0;
|
110 |
border: 1px solid #444;
|
@@ -156,11 +156,7 @@ def create_custom_interface():
|
|
156 |
out_table = gr.Dataframe(
|
157 |
datatype="pandas",
|
158 |
interactive=True,
|
159 |
-
headers=["کد کشور", "نام کشور", "ارزش CIF"]
|
160 |
-
wrap=True,
|
161 |
-
overflow="wrap",
|
162 |
-
file_type="csv",
|
163 |
-
file_name="import_data.csv"
|
164 |
)
|
165 |
out_message = gr.Markdown(label="پیام", visible=True)
|
166 |
|
|
|
104 |
background-color: #1a1a1a;
|
105 |
color: #e0e0e0;
|
106 |
}
|
107 |
+
#input-hs {
|
108 |
background-color: #2c2c2c;
|
109 |
color: #e0e0e0;
|
110 |
border: 1px solid #444;
|
|
|
156 |
out_table = gr.Dataframe(
|
157 |
datatype="pandas",
|
158 |
interactive=True,
|
159 |
+
headers=["کد کشور", "نام کشور", "ارزش CIF"]
|
|
|
|
|
|
|
|
|
160 |
)
|
161 |
out_message = gr.Markdown(label="پیام", visible=True)
|
162 |
|