Skip to content

Commit

Permalink
highlight download for windows button
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter committed Oct 16, 2023
1 parent 922e88f commit f97359e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import streamlit as st
from captcha.image import ImageCaptcha
from src.common import *
from streamlit.web import cli
from pathlib import Path
import sys

Expand All @@ -20,6 +18,7 @@ def main():
data=file,
file_name="OpenMS-App.zip",
mime="archive/zip",
type="primary"
)
save_params(params)

Expand Down

0 comments on commit f97359e

Please sign in to comment.