Skip to content

Conversation

@Nayanbatman
Copy link

issue #79

@Devasy
Copy link
Collaborator

Devasy commented Oct 22, 2024

@Nayanbatman great job. Can please send a ss of changes in UI

Comment on lines +7 to +16
from flask import Flask, render_template

app = Flask(__name__)

@app.route('/')
def index():
return render_template('navigation.html')

if __name__ == '__main__':
app.run(debug=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you kidding me, you added flask HTML render in streamlit app, have even checked your code

@Devasy Devasy marked this pull request as draft October 29, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants