jiangjiechen commited on
Commit
5c533e1
β€’
1 Parent(s): 8c0f1a8

perhaps horizontal is better 🧐

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ iface = gr.Interface(
105
  'The Cry of the Owl is based on a book by an American.',
106
  'Smriti Mandhana is an Indian woman.'],
107
  title="LOREN",
108
- layout='vertical',
109
  description="LOREN is an interpretable Fact Verification model against Wikipedia. "
110
  "This is a demo system for \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\". "
111
  "See the paper for technical details. You can add FLAG on the bottom to record interesting or bad cases! \n"
 
105
  'The Cry of the Owl is based on a book by an American.',
106
  'Smriti Mandhana is an Indian woman.'],
107
  title="LOREN",
108
+ layout='horizontal',
109
  description="LOREN is an interpretable Fact Verification model against Wikipedia. "
110
  "This is a demo system for \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\". "
111
  "See the paper for technical details. You can add FLAG on the bottom to record interesting or bad cases! \n"