Skip to content

Commit bfcd5e6

Browse files
committed
requrements, threading added
1 parent f389bee commit bfcd5e6

34 files changed

+30
-623
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def send_model_data():
217217

218218
dpg.delete_item("original")
219219
with dpg.window(label="Example Window", width=900, height=750, tag="original", pos=pos):
220-
dpg.add_text("Your final report downloaded at location: \n {client_dir}\\client_data\\sentreport.pdf" )
220+
dpg.add_text(f"Your final report downloaded at location: \n{client_dir}\\client_data\\sentreport.pdf" )
221221

222222

223223

client_data/receivedFitting.png

-28.7 KB
Binary file not shown.

neworignial.jpeg

-101
This file was deleted.

newrec.csv

-102
This file was deleted.

newrecv.csv

-102
This file was deleted.

0 commit comments

Comments
 (0)