Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ mf={
|
|
| 4 |
"Heading1":"# $INP",
|
| 5 |
"Heading2":"## $INP",
|
| 6 |
"Heading3":"### $INP",
|
| 7 |
-
"Bold":"**
|
| 8 |
}
|
| 9 |
def upd(inp,format):
|
| 10 |
line=f'{mf[format].replace("$INP",inp)}'
|
|
|
|
| 4 |
"Heading1":"# $INP",
|
| 5 |
"Heading2":"## $INP",
|
| 6 |
"Heading3":"### $INP",
|
| 7 |
+
"Bold":"**$INP**"
|
| 8 |
}
|
| 9 |
def upd(inp,format):
|
| 10 |
line=f'{mf[format].replace("$INP",inp)}'
|