Skip to content

Commit

Permalink
GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ati-74 authored Aug 17, 2023
1 parent 6220913 commit ee45f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunDataProcessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def show():
if __name__ == "__main__":
top = Tk()
top.geometry("700x300")
top.title("Image Processing")
top.title("CellProfilerAnalysis")

# interval Time
interval_time_lable = Label(top, text="Interval Time: ")
Expand Down

0 comments on commit ee45f44

Please sign in to comment.