Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OPTIS_App
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OPTIS
OPTIS_App
Commits
47ee425f
Commit
47ee425f
authored
1 year ago
by
Aleksandra Dimitrova
Browse files
Options
Downloads
Patches
Plain Diff
path for backend corrected
parent
6b872992
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Frontend/main.py
+1
-1
1 addition, 1 deletion
Frontend/main.py
with
1 addition
and
1 deletion
Frontend/main.py
+
1
−
1
View file @
47ee425f
...
...
@@ -12,7 +12,7 @@ import os, time, sys
The following are the import for the backend. Just write the name of the script without .py.
Then you can immediately use the function from the script directly in the app.
"""
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
sys
.
path
[
0
]),
'
B
ackend
'
))
sys
.
path
.
append
(
os
.
path
.
join
(
os
.
path
.
dirname
(
sys
.
path
[
0
]),
'
b
ackend
'
))
import
dqn
,
petrinet
import
eventlog
as
elog
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment