freemt commited on
Commit
d25a2bd
·
1 Parent(s): 457ba36
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -53,6 +53,7 @@ out_df = gr.outputs.Dataframe(
53
  type="auto",
54
  label="cmat",
55
  )
 
56
 
57
  # _ = """
58
  try:
@@ -71,7 +72,8 @@ try:
71
  Dies ist ein Test
72
  """),
73
  ],
74
- out_df,
 
75
  title="gradio-cmat",
76
  theme="grass",
77
  allow_flagging="never",
 
53
  type="auto",
54
  label="cmat",
55
  )
56
+ out_text = gr.outputs.Textbox(lable="cmat")
57
 
58
  # _ = """
59
  try:
 
72
  Dies ist ein Test
73
  """),
74
  ],
75
+ # out_df,
76
+ out_text,
77
  title="gradio-cmat",
78
  theme="grass",
79
  allow_flagging="never",