Skip to content

Commit

Permalink
switched to bridgernadesigner package and removed local backend code
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut committed May 16, 2024
1 parent b522bf5 commit 3b7109d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 326 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import pandas as pd
import streamlit as st
from streamlit_extras.stylable_container import stylable_container
## package
from bridge_rna_designer.run import design_bridge_rna
from bridgernadesigner.run import design_bridge_rna

# Functions
def get_image_as_base64(path):
Expand Down
Empty file removed bridge_rna_designer/__init__.py
Empty file.
190 changes: 0 additions & 190 deletions bridge_rna_designer/classes.py

This file was deleted.

38 changes: 0 additions & 38 deletions bridge_rna_designer/errors.py

This file was deleted.

65 changes: 0 additions & 65 deletions bridge_rna_designer/main.py

This file was deleted.

31 changes: 0 additions & 31 deletions bridge_rna_designer/run.py

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ python-dotenv==1.0.1
streamlit==1.32.2
tabulate==0.9.0
streamlit-extras==0.4.0
bridgernadesigner==0.0.1
# pyperclip==1.8.2

0 comments on commit 3b7109d

Please sign in to comment.