Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,8 +71,8 @@ def test_plot_df():
|
|
| 71 |
return pd.DataFrame(data)
|
| 72 |
|
| 73 |
def md(txt):
|
| 74 |
-
|
| 75 |
-
return txt
|
| 76 |
|
| 77 |
def etz_now():
|
| 78 |
eastern = pytz.timezone('US/Eastern')
|
|
|
|
| 71 |
return pd.DataFrame(data)
|
| 72 |
|
| 73 |
def md(txt):
|
| 74 |
+
return str(txt).replace('```', ' ').replace(' ', ' ').replace(' ', ' ').replace(' ', ' ').replace('\n','<br>')
|
| 75 |
+
# return txt
|
| 76 |
|
| 77 |
def etz_now():
|
| 78 |
eastern = pytz.timezone('US/Eastern')
|