Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
643e04c
1
Parent(s):
454d547
explanations
Browse files
app.py
CHANGED
@@ -330,10 +330,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
330 |
with gr.Tabs():
|
331 |
with gr.TabItem("Filament Management"):
|
332 |
gr.Markdown(
|
333 |
-
'Manage your filament list. This list will be used by the
|
334 |
)
|
335 |
gr.Markdown(
|
336 |
-
'
|
337 |
)
|
338 |
gr.Markdown(
|
339 |
'To remove a filament simply right-click on any of the fields and select "Delete Row"'
|
@@ -355,7 +355,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
355 |
interactive=True,
|
356 |
label="Filaments",
|
357 |
)
|
358 |
-
gr.Markdown("
|
359 |
with gr.Row():
|
360 |
new_brand = gr.Textbox(label="Brand")
|
361 |
new_name = gr.Textbox(label="Name")
|
|
|
330 |
with gr.Tabs():
|
331 |
with gr.TabItem("Filament Management"):
|
332 |
gr.Markdown(
|
333 |
+
'Manage your filament list here. This list will be used by Autoforge during the optimization process.'
|
334 |
)
|
335 |
gr.Markdown(
|
336 |
+
'If you have Hueforge, you can export your filaments under "Filaments -> Export" in the Hueforge software. Please make sure to select "CSV" instead of "JSON" during the export dialog.'
|
337 |
)
|
338 |
gr.Markdown(
|
339 |
'To remove a filament simply right-click on any of the fields and select "Delete Row"'
|
|
|
355 |
interactive=True,
|
356 |
label="Filaments",
|
357 |
)
|
358 |
+
gr.Markdown("## Add New Filament")
|
359 |
with gr.Row():
|
360 |
new_brand = gr.Textbox(label="Brand")
|
361 |
new_name = gr.Textbox(label="Name")
|