diff --git a/andoid_bottle.py b/andoid_bottle.py new file mode 100644 index 0000000..0fc7b19 --- /dev/null +++ b/andoid_bottle.py @@ -0,0 +1,22 @@ +import matplotlib +matplotlib.use('agg') +import pandas as pd +from bottle import Bottle + +app = Bottle() + +@app.route('/index') +def index(): + title = 'Hello World' + plot = 'plot placeholder' + footer = 'created fron an android device using Termux' + html = f'''