EmicoBinsfinder commited on
Commit
5b4db95
1 Parent(s): 44daca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -30,7 +30,19 @@ with gr.Blocks() as demo:
30
  ).style(container=False)
31
 
32
  with gr.Tab("Claim Generator"):
33
- with gr.Rows(scale=1, min_width=600):
 
 
 
 
 
 
 
 
 
 
 
 
34
  text1 = gr.Textbox(label="prompt 1",
35
  placeholder='Type in your idea here!')
36
  text2 = gr.Textbox(label="Output")
 
30
  ).style(container=False)
31
 
32
  with gr.Tab("Claim Generator"):
33
+ with gr.Row(scale=1, min_width=600):
34
+ text1 = gr.Textbox(label="prompt 1",
35
+ placeholder='Type in your idea here!')
36
+ text2 = gr.Textbox(label="Output")
37
+
38
+ with gr.Tab("Knowledge Graph"):
39
+ with gr.Row(scale=1, min_width=600):
40
+ text1 = gr.Textbox(label="prompt 1",
41
+ placeholder='Type in your idea here!')
42
+ text2 = gr.Textbox(label="Output")
43
+
44
+ with gr.Tab("Claim Text Infill"):
45
+ with gr.Row(scale=1, min_width=600):
46
  text1 = gr.Textbox(label="prompt 1",
47
  placeholder='Type in your idea here!')
48
  text2 = gr.Textbox(label="Output")