Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
2 contributors

Users who have contributed to this file

@fnielsen @egonw
10 lines (7 sloc) 227 Bytes
from scholia.app import create_app
app = create_app(
text_to_topic_q_text_enabled=False,
third_parties_enabled=True)
app.config['APPLICATION_ROOT'] = '/'
if __name__ == '__main__':
app.run(debug=True, port=8100)
You can’t perform that action at this time.