Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ NEW: second file upload for methodology CSV, technique sheets 1-4,
|
|
| 5 |
journal cross-tabulation chart + table, technique optimisation log.
|
| 6 |
"""
|
| 7 |
import os, json
|
|
|
|
| 8 |
import pandas as pd, numpy as np
|
| 9 |
import gradio as gr
|
| 10 |
import plotly.express as px
|
|
|
|
| 5 |
journal cross-tabulation chart + table, technique optimisation log.
|
| 6 |
"""
|
| 7 |
import os, json
|
| 8 |
+
import re
|
| 9 |
import pandas as pd, numpy as np
|
| 10 |
import gradio as gr
|
| 11 |
import plotly.express as px
|