Spaces:
Sleeping
Sleeping
vtrv.vls
commited on
Commit
·
1692b33
1
Parent(s):
4d068a9
Simple app
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def tab_arena():
|
|
15 |
arena = gradio.Interface(fn=gen, inputs="text", outputs="text")
|
16 |
arena.launch()
|
17 |
|
18 |
-
with open("
|
19 |
TEST_MD = f.read()
|
20 |
|
21 |
|
|
|
15 |
arena = gradio.Interface(fn=gen, inputs="text", outputs="text")
|
16 |
arena.launch()
|
17 |
|
18 |
+
with open("test.md", "r") as f:
|
19 |
TEST_MD = f.read()
|
20 |
|
21 |
|