Spaces:
Runtime error
Runtime error
streamlit 1.19 compatibability
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ from io import StringIO
|
|
7 |
|
8 |
import numpy as np
|
9 |
import streamlit as st
|
10 |
-
import textdescriptives as td
|
11 |
|
|
|
12 |
from data_viewer import DataViewer
|
13 |
from options import (
|
14 |
all_model_size_options_pretty_to_short,
|
@@ -204,5 +204,4 @@ extracted_metrics = td.extract_metrics(
|
|
204 |
|
205 |
""",
|
206 |
language="python",
|
207 |
-
line_numbers=True,
|
208 |
)
|
|
|
7 |
|
8 |
import numpy as np
|
9 |
import streamlit as st
|
|
|
10 |
|
11 |
+
import textdescriptives as td
|
12 |
from data_viewer import DataViewer
|
13 |
from options import (
|
14 |
all_model_size_options_pretty_to_short,
|
|
|
204 |
|
205 |
""",
|
206 |
language="python",
|
|
|
207 |
)
|